A{
	color: Blue;
	text-decoration: none;
}

A:visited{
	color: Red;
	text-decoration: none;
	
}
A:hover{
	color: Green;
	background-color : Yellow;
	text-decoration: none;
}

p{
	text-indent : 25pt;
}

h1{ 
	font-family: Arial; 
	font-size: 25pt;
	font-weight: bold; 
	position: relative; 
 	top: 25
}
 
 h2{
	font-family : Arial;
	font-weight : bold;
	font-size : 18pt;
}
 
h3{
	font-family : Arial;
	font-size : 14pt;
	font-weight : normal;
}
 
 SPAN.light{
	font-weight : normal;
	font-size : large;
	font-family : sans-serif;
}
 
 SPAN.bold{
	font-weight : bold;
	font-size : medium;
}

SPAN.mediumbold{
	font-weight : bold;
	font-size : medium;
	font-family : sans-serif;
}
SPAN.bigbold{
	font-weight : bold;
	font-size : large;
	font-family : sans-serif;
}

SPAN.italicbold{
	font-weight : bold;
	font-style : italic;
}

SPAN.italicbold_centered{
	font-weight : bold;
	font-style : italic;
	text-indent : 50%;
}

SPAN.italic_bigger{
	font-style : italic;
}

SPAN.italic{
	font-style : italic;
	font-size : smaller;
}

SPAN.italic_centered{
	font-style : italic;
	font-size : smaller;
	text-indent : 50%;
}

SPAN.byline{
	font-weight : bold;
	font-style : italic;
	text-indent : 25pt;
}