HTMLselector.class {property: value;}
.def12
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: black;
	font-size: 12pt;
	font-family: Tahoma;
	text-align: justify;
	text-justify: newspaper;
	line-height: 140%;
}
a.h1a:link
{
	text-decoration: none;
    color: ffffff;
	font-size: 14pt;
	font-family: Tahoma;
}
a.h1a:hover
{
	text-decoration: underline;
    color: ffffff;
	font-size: 14pt;
	font-family: Tahoma;
}
a.h1a:visited
{
	text-decoration: none;
    color: ffffff;
	font-size: 14pt;
	font-family: Tahoma;
}
a:link
{
	color: blue;
}
a:visited
{
	color: blue;
} 
a:active 
{
	color: navy;
}
body
{
	font-family: Tahoma;
	background-color: cfffff;
	background-image: url('../images/waves.gif');
	background-repeat: no-repeat;
	color: black;
}

HTMLselector.class {property: value;}
.h1
{
	text-align: center;
	color: white;
	font-size: 14pt;
	font-family: Tahoma;
	font-weight: bold;
}
.h2
{
	text-align: center;
	color: black;
	font-size: 14pt;
	font-family: Tahoma;
	font-weight: bold;
}
.t1a
{
	border-style: solid;
	border-width: 1px;
	padding: 2 2 2 2;
	border-spacing: 1px;
	border-color: white;
	width: 100%;
	background-color: #e6f0fb;
}