P  {
	font-family : Arial;
}

H1  {
	font-family : Arial;
	color : Blue;
	font-style : italic;
}

H2  {}

H3  {
	font-family : Arial;
	font-size : large;
}

A  {
	color : Green;
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	font-weight : bold;
	color : Green;
	text-decoration : none;
}

A:Active  {}

A:Hover  {
	color : Gray;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	background-color : Black;
}

.centretbl  {
	margin-left : auto;
	margin-right : auto;
}

.margins  {
	padding-left : 10px;
	padding-right : 10px;
	background-color : White;
	border-style : solid;
	padding-bottom : 10px;
	border-top-width : thin;
	border-left-width : thin;
	border-right-width : thick;
	border-bottom-width : thick;
}

.bottommargin  {
	padding-bottom : 15px;
}

.leftmargin  {
	padding-left : 10px;
}

.tag  {
	font-size : 15px;
	font-weight : bold;
	color : Gray;
}

.rightmargin  {
	padding-right : 10px;
	padding-bottom : 10px;
}

#allagehd  {
	position : relative;
	top : 20px;
}

.tag2  {
	font-size : 15px;
	font-weight : bold;
	color : Gray;
	text-decoration : underline;
}

