.white{
	color: white;
	font-size : 16px;
	font-style : normal;
	font-weight: normal;
	font-family : Georgia, MS Sans Serif, Times New Roman;
}

.black{
	color: Black;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, MS Sans Serif, Times New Roman;
}

h1{
	color: White;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, MS Sans Serif, Times New Roman;
}

h3{
	color: White;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, MS Sans Serif, Times New Roman;
}

a:link{
	color: white;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, MS Sans Serif, Times New Roman;
	text-decoration : none;
}

a:visited{
	color: White;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, MS Sans Serif, Times New Roman;
	text-decoration : none;
}

a:hover{
	color: Red;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, MS Sans Serif, Times New Roman;
	text-decoration : none;
}

