a:link{
	color : #FFFF00;
	text-decoration : underline;
}
a:visited{
	color : #FFFFFF;
	text-decoration : underline;
}
a:active,a:hover{
	color : #0000FF;
	background-color : #FFFFFF;
        text-decoration : none;
}

body{
	color : #FFFFFF;
        background : #0080FF
}

H2{
        color : #FFFFFF;
        text-align : center;
        font-size : 300%;
        background : #0000FF;
}

H3{
        color : #FFFFFF;
        text-align : center;
        font-size : 300%;
}

.pic{
       text-align : left;
}

.Crosshead{
       text-align : center;
       font-size : 180%;
       color : #FFFFFF;
       font-weight : bold;
}

.name2{
       color : #FFFFFF;
       font-size : 150%;
       background : #0000FF;
}

.top{
       text-align : center;
       font-size : 120%;
       color : #FFFFFF;
       font-weight : bold;
}