﻿.navbar {
font-family: Arial, Helvetica, sans-serif; font-size:large; color:navy; font-weight:bold; line-height:1.3
}
a.navbar:link {text-decoration:underline} 
a.navbar:visited {color:navy; text-decoration:underline}
a.navbar:hover {color:red;}

.link {
	 color:blue; text-decoration:underline}
}
.visited {
	color:green; text-decoration:underline}
}
.hover {
	color:red
}

.title {
	font-size:large; font-family: Arial, Helvetica, sans-serif; color:white; font-weight:bold; line-height:1.3
}

BODY { font-size: 11pt; font-family:Arial, Helvetica, sans-serif; line-height: 1
}

p {
	line-height:1.3
}

h1 {
	font-size:x-large; font-family: Arial, Helvetica, sans-serif; color:navy; font-weight:bold; line-height:1.3
}

h2 {
	font-size:medium; font-family: Arial, Helvetica, sans-serif; color:navy; font-weight:bold
}