/***************************************************
TEXT ELEMENTS
***************************************************/
a:link {color: #3399FF; text-decoration: underline;}
a:visited {color: #3399FF; text-decoration: underline;}
a:hover {color: #666666; text-decoration: underline;}
a:active {color: #3399FF; text-decoration: underline;}

a.project:link {color: #3399FF; text-decoration: none;}
a.project:visited {color: #3399FF; text-decoration: none;}
a.project:hover {color: #666666; text-decoration: none;}
a.project:active {color: #3399FF; text-decoration: none;}

a.footer:link {color: #ffffff; text-decoration: none;}
a.footer:visited {color: #ffffff; text-decoration: none;}
a.footer:hover {color: #666666; text-decoration: none;}
a.footer:active {color: #ffffff; text-decoration: none;}


html, body {font-family: arial, helvetica; text-indent: left;}

H1 {
    font-size: 22px;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}

H2 {
	font-family: arial, helvetica;
    font-size: 18px;
	color: #3399FF;
	margin: 0px;
	padding-bottom: 10px;
}
H2.red {
	font-family: arial, helvetica;
    font-size: 18px;
	color: #FF0033;
	margin: 0px;
	padding-bottom: 10px;
}
H3 {
    font-size: 16px;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}
.paragraph {
	font-family: arial, helvetica;
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
}

.smparagraph {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 1.2em;
}

.copyrights {
	font-size: 11px;
	color: #ffffff;
}



.buzz {
	font-family: arial, helvetica;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.author {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
