body
{
background:#FDF0E3;
color:black;
font-size:10;
font-family:courier;
text-align:center;
scrollbar-face-color:#EF6765;
scrollbar-shadow-color: #FDF0E3;
scrollbar-highlight-color:#FDF0E3;
scrollbar-3dlight-color: #FDF0E3;
scrollbar-darkshadow-color: #FDF0E3;
scrollbar-track-color: #FDF0E3;
scrollbar-arrow-color: white;
}


.Box{
padding:10;
background:white;
font-family:georgia;
color:#EF6765;
width:100%;
filter:alpha(opacity=80);
-moz-opacity:0.8;
text-align:left;
}

table{
font-size:14;
text-align:left;
text-align:center;
}

p a{
color:#75504A;
text-decoration:none;
}

p b{
color:#FFC2AE;}

p a:hover{
color:#EF6765;
cursor:crosshair;
text-decoration:none;
border-bottom:1px dashed black;
}

a{
color:#75504A;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:white;
cursor:crosshair;
text-decoration:line-through;
}


h1{
background:white;
font-size:16;
font-weight:bold;
text-align:center;
border-bottom:1px Dashed #EF6765;
border-top:1px Dashed #EF6765;
filter:alpha(opacity=80);
-moz-opacity:0.8;
height:20;
color:#75504A;
}


#Navigate {
padding:0;
margin:4;
list-style-type:none;
}

#Navigate li {
margin-bottom:1px;
}

#Navigate a{
display:block;
background:#EF6765;
color:white;
font-size:8pt;
font-family:verdana;
text-decoration:none;
border-top: white solid 1px;
border-bottom:white solid 1x;
margin-bottom:2px;
text-align:center;
filter:alpha(opacity=80);
-moz-opacity:0.8;
height:20;
}


#Navigate a:hover {
background:white;
color:#EF6765;
font-size:8pt;
font-family:verdana;
text-decoration:none;
border-top: #EF6765 solid 1px;
border-bottom: #EF6765 solid 1px;
cursor:crosshair;
text-align:center;

}