P  {
	font-size : small;
	font : arial, helvetica, sans-serif;
}

H1  {
	font-size : x-Large;
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-weight : bold;
	color : #0033CC;
}

H2  {
	font-size : medium;
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-weight : bold;
	font-style : italic;
}

H3  {
	font-size : x-small;
	font-weight : bold;
}

A  {
	font-size : medium;
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
}

A:Visited  {}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Olive;
}

BODY  {
	font-size : Small;
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
/*	font-size : Small;
	font-family : serif;
	font : Arial;
	font-weight : bold;*/
}

.Border1  {
	border-style : double;
	border-color : #FF8000;
	border-width : thick;
}

.mail  {
	font-size : x-small;
	font-weight : bold;
	font-family : arial, helvetica, sans-serif;
	font-style : italic;
	text-decoration : underline;
	text-align : center;
}

.main  {
	font-size : Small;
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
/*
	font-family : sans-serif;

	font-style : italic;*/
}

.name  {
	font-size : medium;
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-style : italic;
	text-decoration : underline;
	font-weight : bold;	
}

.progtype  {
	font-size : -2;
	font-family : Courier, serif, monospace;
}

