﻿body
{
	font-family: Arial, Helvetica, sans-serif;
}

#PageTitleText
{
	font-size: 18pt;
}

#footer
{
    font-size: 10px;
    text-align: center;
	font-weight: bold
}

.paragraphText
{
	font-size: 10pt;
	color: black;
}

.codeBlock 
{
	font-size: 12px;
	background-color: #CCCCCC;
	font-weight: bold;
}

a:link
{
	color: #000000;
	font-size: 12px;
	text-decoration:underline;
}

a:visited
{
	color: navy;
	font-size: 12px;
	text-decoration: underline;

}

a:hover
{
	color: #3333cc;
	font-size: 12px;
	text-decoration: none;
}


a:active
{
	color: #006600;
	font-size: 12px;
	text-decoration: none;
}
