body {
	font-family : Arial;
	color : #333333;
}

a:link, a:visited, a:active {
	font-family : Arial;
	color : #333333;
}

a:hover {
	font-family : Arial;
	color : #006699;
}

a.quote:link, a.quote:visited, a.quote:active {
	font-family : Arial;
	color : #006699;
	text-decoration : none;
}

a.quote:hover {
	font-family : Arial;	
	color : #006699;
}

p.quote {
	font-family : Arial;
	font-size : 120%;
	text-align : right;
	font-style : italic;
}

.new {
	font-family : Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight : bold;
	color : Red;
}

a.footer {
	font-size : 2px;
}

span.footer {
	font-size : 10px;
}

p, ul, ol, td {
	font-family : Arial;
	font-size : 105%;
	text-align : justify;
	font-weight: normal;
}

p.license {
	font-size: 80%; 
	font-style:italic;
}

 h1 {
	font-family : Arial;
	color : #333333;
	font-size : 28px;
}
 h2 {
	font-family : Arial;
	color : #333333;
}

h3 {
	font-family : Arial;
	font-size : 18	px;
	font-weight : bold;
	color : #333333;
}

h4 {
	font-family : Arial;
	font-size : 18px;
	font-weight : bold;
	color : Red;
}




