body {
background : #fff4fa;
font : bold 10px verdana;
color : #996080;
text-align : left;
}
a:visited {
color : #724a61;
text-decoration : none;
font-style : italic;
font-size : 11px;
}
a:link {
color : #724a61;
text-decoration : none;
font-style : italic;
font-size : 11px;
}
a:active {
color : #f6c8b8;
text-decoration : none;
font-style : italic;
font-size : 11px;
}
a:hover {
color : #f6c8b8;
text-decoration :  none;
font-style : italic;
font-size : 11px;
}
A.blue:visited {
color : #dc708c;
text-decoration : underline;
font-style : italic;
font-size : 11px;
}
A.blue:link {
color : #dc708c;
text-decoration : underline;
font-style : italic;
font-size : 11px;
}
A.blue:active {
color : #dc708c;
text-decoration : underline;
font-style : italic;
font-size : 11px;
}
A.blue:hover {
color : #dc708c;
text-decoration : underline;
font-style : italic;
font-size : 11px;
}

A.wbf:visited {
color : #724a61;
text-decoration : none;
font-style : italic;
font-size : 9px;
}
A.wbf:link {
color : #724a61;
text-decoration : none;
font-style : italic;
font-size : 9px;
}
A.wbf:active {
color : #724a61;
text-decoration : none;
font-style : italic;
font-size : 9px;
}
A.wbf:hover {
color : #724a61;
text-decoration : underline;
font-style : italic;
font-size : 9px;

}
.header {
height : 128px;
width : 900px;
margin-top : 10px;
}
.footer { 
width : 900px;
font : normal bold 8px verdana;
color : #996080;
text-align : left;
margin-top : 0px;
}
div.container {
background-image : url('../images/AG-2a.png');
text-align : left; 
text-align:justify;
width : 900px;
margin : 0;
height : 600px;
}
div.menu {
font :  bold 11px verdana;
color : #996080;
width : 200px;
height : 600px;
float : left;
padding-left : 10px;

}
div.content {  
font : normal 11px verdana; 
color : #996080;
width : 600px;
height : 600px;
margin-left : 210px;
padding-left : 20px;

}
ul {
padding-left : 30px;
margin : 10px;
text-indent : 0;
list-style-type : square;
}

table{
text-align : center;
font : bold 10px verdana;
color : #996080;
width : 900px;
border: 1px solid #dc708c;
}

td{
padding:20px;
}


