body {
background: navy; 
}
a {
font-family: arial, tahoma; 
color: aqua; 
font-weight: bold; 
text-decoration: none;
}
a:link {
color: aqua;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: aqua;
}
table {
width: 500px;
height: 400px;
text-align: justify; 
font-family: verdana, arial; 
color: white; 
font-size: 12px;
padding: 2px;
}
img {
border: none;
}
.name { 
width: 440px; 
height: 14px; 
text-align: center; 
color: white; 
font-weight: bold; 
font-size: 12px; 
font-family: tahoma, arial; 
background-color: #191970; 
border: 2px ridge white; 
} 
.control {
height: 14px;
color: black;
background-color: silver;
border: 2px ridge #dcdcdc;
}