body {
margin:0px;
color:black;
background-color:#FFFFFF;
font-size:24px;
font-family:Georgia, "Times New Roman", Times, serif
}
#back {
background-image:url("/images/mevback.png");
background-repeat:repeat-x;
width:100%;
height:100px;
}
#logo {
background-image:url("/images/mevinv.png");
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
width:1000px;
height:100px;
text-align:right;
}
#body {
margin-left:auto;
margin-right:auto;
width:100%;
background-color:#FFFFFF
}
#content {
margin-left:auto;
margin-right:auto;
width:724px;
}
#links {
padding:10px;
}
#links a {
color:black;
font-weight:bold;
text-decoration:none;
margin-right:35px;
}
#links a:hover {
border-bottom: 3px solid #FF9900;
}
#footer {
font-size:medium;
text-align:center;
padding:15px;
}
#footer a {
text-decoration:none;
color:black;
}
#footer a:hover{
text-decoration:underline;
}
#result {
font-size:18px;
font-style:italic;
}
#subcontent a {
color:#FF9900;
text-decoration:none;
}
#subcontent a:hover {
text-decoration:line-through;
}
