body , h1, li, a:link , a:visited , a:active , td , p , .nav , .note  {
font-family : georgia, arial, verdana, helvetica, garamond, sans-serif;
text-decoration:none;
}

body  { 
background-image:url(res/val/bgval.gif);
background-repeat:repeat;
background-color:#fefefe;
color : #800; 
font-size : 15px; 
}
td  { 
vertical-align : middle; 
color : #c03;
background-image:url(res/val/bgval.gif);
background-repeat:repeat;
background-color:#fefefe; 
} 
.logo  { 
width: 73px; 
height: 45px;
}
.bar {
width:400px;
height:40px;
}
a, a:link  { 
font-size : 19px; 
color : #c00060; 
} 
a:visited  { 
font-size : 19px; 
color : #b8316b; 
} 
a:active  { 
font-size : 19px; 
color : #603; 
} 
 
/*alt color:#803069*/
h1 { 
color : #c00060;
font-size : 28px;  
font-weight : bold;
text-align : center; 
} 
.nav  { 
font-size : 10px; 
color : #603; 
font-style : italic;
} 
li  { 
list-style-type : disc; 
color : #fee; 
font-size : 75%; 
} 
p  { 
font-size : 16px; 
color : #600; 
} 
.note  { 
font-size : 15px; 
color : #c03; 
font-style : italic;
}
s  {
text-decoration: line-through;
}








