.title  {
	font-size : 25 px;
	font-family : serif;
	color:Red;
}

H1  {}

H2  {}

H3  {}

A  {
	font-size : 12px;
	font-family : sans-serif;
	color : white;
	text-decoration: none
	}

A:Visited  {
	font-size : 12px;
	font-family : sans-serif;
	color : white;
	text-decoration: none
	}

A:Active  {
	font-size : 12px;
	font-family : sans-serif;
	color : white;
	text-decoration: none
	}

A:Hover  {
	font-size : 12px;
	font-family : sans-serif;
	color : CornflowerBlue;
	text-decoration: underline;
	}

.normal  {
	font-size : 15px;
	font-family : sans-serif;
	color : white;
	text-align:justify;
}

.small {
	font-size : 12px;
	font-family : sans-serif;
	color : white;
	
}

.table_desc  {
	font-size : 14px;
	font-family : sans-serif;
	color : #008FD4;
	font-weight:bold;
}
.table_text  {
	font-size : 12px;
	font-family : sans-serif;
	color : white;
}

.normal:Hover  {
	font-size : 15px;
	font-family : sans-serif;
	color : black;
}
.normal:visited  {
	font-size : 15px;
	font-family : sans-serif;
	color : black;
}
.normal:active  {
	font-size : 15px;
	font-family : sans-serif;
	color : black;
}

.heading  {
	font-size : 20px;
	font-family : serif;
	color : black;
	font-style: italic; 
}

.main  {
	font-size : 13px;
	font-family : sans-serif;
	color : black;
}

.light  {
	font-size : 11px;
	font-family : sans-serif;
	color : black;
}

.light:Hover  {
	font-size : 10px;
	font-family : sans-serif;
	color : Gray;
}

.light:Visited  {
	font-size : 10px;
	font-family : sans-serif;
	color : Gray;
	}

.light:Active  {
	font-size : 10px;
	font-family : sans-serif;
	color : Gray;
	}
