P	{
		font-size : medium;
		font-family : Garamond, "Times New Roman";
}

H1	{
		font-size : x-large;
		font-weight: bold;
		color : rgb(180,180,180);
}

H3	{
		font-size : medium;
		font-weight: bold;
}

A	{
		font-weight : bold;
		color : blue;
		text-decoration : none;
}

A:Visited{
		font-weight : bold;
		color : rgb(200,250,200);
		text-decoration : none;
}

A:Hover	{
		font-weight : bold;
		color : rgb(0,250,250);
}

BODY	{
		font-size : medium;
		font-family : Garamond, "Times New Roman";
		background : rgb(57,109,165);
		color: rgb(180,180,180);
