a {color: #FF3000; text-decoration: none}
a:link {color: #FF3000; text-decoration: none}
a:active {color: #FF3000; text-decoration: none}
a:hover {color: #FF0000; text-decoration: none; border-bottom: 1px solid red}
a:visited {color: #FF3000; text-decoration: none}

a.img:hover {color: #FF0000; text-decoration: none; border-bottom: none;}

img {
        border: 0px;
}

.bigtext {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12pt;
        color: #313031;
        font-weight: bold;
}
.smalltext {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12pt;
        color: #666666;
        font-weight: normal;
}

p {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1em;
}

h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18pt;
        line-height: 24pt;
        color: #313031;
        font-weight: normal;
}

h2 {
	font-family: Gill Sans MT, Verdana, Arial, sans-serif;
        font-size: 1.2em;
}

body {
	margin: 30px;
}

img {
	margin: auto;
}

.resources img {
        border: 0px;
        margin: 10px;
}

