﻿body 
{
    background-image: url("images/perqbg.jpg");
    background-repeat: no-repeat;
    background-position:center top;
}

.links
{
    display: block;
    float: none;
    clear: both;
    width: auto;
    right: auto;
    left: auto;
}


a:link
{
    color: #003399;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

a:visited
{
	color: #003399;
	text-decoration: none;
}

a:active
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
   color: #4433ff;
   text-decoration:none;
}


h1
{
	color: #904040;
	font-weight:200;
	text-align: left;
	font-size: 20pt;
	font-family: 'Franklin Gothic Medium' , 'Trebuchet MS' , 'Microsoft Sans Serif' , Arial;
}

h2
{
	color: #905d46;
	text-align: left;
	font-size: 16pt;
	font-family: 'Franklin Gothic Medium' , 'Trebuchet MS' , 'Microsoft Sans Serif' , Arial;
}

h3
{
	text-align: left;
	font-weight:bold;
	font-size: 12pt;
	font-family: 'Franklin Gothic Medium' , 'Trebuchet MS' , 'Microsoft Sans Serif' , Arial;
}

