Body {
color: Black;
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 } 
 
 P {
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

 H1 {
	font-size : 20 px;
	font-family : Comic Sans MS, cursive;
	font-style : normal;
	text-align : center;
	}

 H2 {
	font-size : 16 px;
	font-family : Tekton, Comic Sans MS, cursive;
	font-style : normal;
}

H3 {
	font-size : 14 px;
	font-family : Tekton, Comic Sans MS, cursive;
	font-style : normal;
}

H4 {
	font-size : 12 px;
	font-family : Tekton, Comic Sans MS, cursive;
	font-style : normal;
}


a    {
text-decoration: underline;
color : #000099;
}

A:hover {
	text-decoration: underline;
	color : #000099;
	background-color : yellow;
}

A:active {
	text-decoration: underline;
	background-color : yellow;
	color : #000099;
}
A:VISITED {
	text-decoration: underline;
	background-color : yellow;
	color : #000099;
}


a.empty   {color: gray}
a.private {color: black}

.error    {color: #f00;}

textarea  {width: 100%;  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
font-size : 11px;  }

BLOCKQUOTE {
	background-color : #FFFF99;
	border : 1px dotted;
	margin-right: 15px;
    margin-left: 15px;
	padding : 5 px;
	font-size : 12px;
	margin-bottom : 0px;
	}
	
