TD {
font-size : 12px;
font-family : Arial;
font-weight : normal;
font-style : normal;
color : black;
 }

H1{
	font-size : 28px;
	font-family : "Copperplate Gothic Bold";
	font-weight : bold;
	font-style : normal;
	color : black;
}

H2{
font-size : 24px;
font-family : Arial;
font-weight : bold;
font-style : normal;
color : black;
}

H3{
font-size : 20px;
font-family : Arial;
font-weight : bold;
font-style : normal;
color : black;
}

H4{
font-size : 16px;
font-family : Arial;
font-weight : bold;
font-style : normal;
color : black;
}


A{
font-size : 12px;
font-family : Arial;
font-weight : bold;
font-style : normal;
color : blue;
text-decoration : none;
}

A:Visited {
font-family : Arial;
font-weight : bold;
font-style : normal;
color : orange;
text-decoration : none;
}

A:Active {}

A:Hover{
font-family : Arial;
font-weight : bold;
font-style : normal;
color : red;
text-decoration : none;
}

.navbar{
background : #54B8FF;
}

.navlnk{
	font-size: 16px;
}

.mainar{
background : #FFFFDD;
}