﻿/* CSS Document */

A:link
{
	text-decoration: none
}

A:visited
{
	text-decoration: none
}

A:active
{
	text-decoration: none
}

A:hover
{
	text-decoration: underline; color: red;
}

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000 ;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	line-height: 13px
}


