﻿title {
font-family:Arial, Helvetica, sans-serif;
}

body {

font-family:Arial, Helvetica, sans-serif;
font-size:100%;
}

border {
border-style: solid;
border-width: 1px;
border-color: black;
}

center {
margin-left:auto; margin-right:auto;
}

footer {
font-family:Arial, Helvetica, sans-serif;
background-color: #C5F3FF;
}

h1 {
font-size:2.5em;
}

h2 {
font-size:1.875em;
}

p {
font-size:100%;
}

/* NORMAL LINKS*/

A:link {
color: black; text-decoration: underline
}

A:visited {
color: black; text-decoration: underline
}

A:active {
color: black; text-decoration: underline
}

A:hover {
color: black; text-decoration: underline
}

/*END OF NORMAL LINKS*/

/*CLASS 1 LINKS*/
.class1 A:link {
color: black; text-decoration: none;
}

.class1 A:visited {
color: black; text-decoration: none;
}

.class1 A:active {
color: black; text-decoration: none;
}

.class1 A:hover {
color: black; text-decoration: none;
}

/*END OF CLASS 1 LINKS*/