h1,h2,h3 {
    	font-family: Arial, Roman, sans-serif;
        color: black;	
        }
h1 {
    border-bottom: 1px solid black;
   }

body {
      background-color: white;
      font-size: 1.3em;
      }

#farright {
   	background: #ffffff bottom right;
         }

.text {
        border-width: 5px;
        border-color: #006699;
        border-style: solid;
        padding: 20px 100px 20px 100px;
      }

.ultext {
        border-width: 5px;
        border-color: #aaaaaa;
        border-style: solid;
        padding: 20px 100px 20px 100px;
      }

#farright {
	float: right;
        width: 5%;
           }

#main {
	margin-right: 40px;
	margin-left: 165px;
      }


a:link {
	color: blue;
	text-decoration: none;}

a:visited {
	color: purple;
	text-decoration: none;}

a:hover {
	color: red;
	text-decoration: none;}

a:active {
	color: blue;
	text-decoration: none;}      


.boxlink {  
float: left;
background-color: ivory;
padding: 10px;
border-top: gray 2px solid;
border-right: #410000 2px solid;
border-bottom: #410000 2px solid;
border-left: gray 2px solid;
color: black;
text-decoration: none;
font-weight: bold;

a:link {
background-color: #06F;
border-top: #410000 2px solid;
border-right: #FF8585 2px solid;
border-bottom: #FF8585 2px solid;
border-left: #410000 2px solid;
}

a:visited {
background-color: #FFFF33;
border-top: #410000 2px solid;
border-right: #FF8585 2px solid;
border-bottom: #FF8585 2px solid;
border-left: #410000 2px solid;
}

a:hover {
background-color: #993399;
border-top: #410000 2px solid;
border-right: #FF8585 2px solid;
border-bottom: #FF8585 2px solid;
border-left: #410000 2px solid;
}

a:active {
background-color: #06F;
border-top: #410000 2px solid;
border-right: #FF8585 2px solid;
border-bottom: #FF8585 2px solid;
border-left: #410000 2px solid;
}


del
{
color: #ff0000;
} 

.colortext {
  color:          #C36241;
  font-variant:   small-caps;
  font-weight:    bold;
}

.italictext {
  font-style:          italic;
}

.captext {
  font-variant:	small-caps;
}

#footer {
	font-family: Pristina, Arial, Verdana, sans-serif;
        text-align: left;
}

