﻿a:hover {
	color: purple;
}

a {
	color: #008080;
    font-size: 12pt;
    font-family: tahoma;
    font-weight: normal;
}

.mainLinks {
    color: gray;
    font-weight: normal;
    font-size: 12pt;
    font-family: tahoma;
    text-decoration:none;
    line-height:18px;
}
.mainLinks a {
    color: #008080;
    font-weight: normal;
    font-size: 12pt;
    font-family: tahoma;
    text-decoration:none;
    line-height:18px;
}

.mainLinks a:hover{
    color: purple;
}


h1 {
	color: #008080;
	font-weight: bold;
	font-size: 24pt;
	font-family: tahoma;
	text-align:center;
}

h2 {
	color: #008080;
	font-weight: bold;
	font-size: 14pt;
	font-family: tahoma;
	text-align:center;
}

h3 {
	color: #008080;
	font-weight: normal;
	font-size: 14pt;
	font-family: tahoma;
	text-align:center;
}

