body { 
       font-family:      verdana,helvetica,arial,sans-serif;
       color:            #000000;
       background-color: #ffffff;
}
a:link {
        color: #003366;
        text-decoration: none
}
a:visited {
        color: #9966CC;
        text-decoration: none;
}
a:active {
        color: #990099;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
h1 {
        color: #666666;
}
h2 {
        color: #993366;
	text-align: center;
}
h3 {
        color: #336699;
	text-align: center;
}
h4 {
        color: #666699;
	text-align: center;
}.
hr	{
         background:#336699;
}
ul	{
	margin: 5%;
}