h1, h2, h3 {
    	font-family: Pristina, Arial, Verdana, sans-serif;
        color: green;
        }

h1 {
    border-bottom: 1px solid black;
    }

body {
      background-color: white;
      background-image: url("spiral.gif");
      background-repeat: repeat-y;
      }

#farright {
   	background: #ffffff bottom right;
         }

.text {
        border-width: 5px;
        border-color: #aaaaaa;
        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;
      }

#footer {
	font-family: Pristina, Arial, Verdana, sans-serif;
        text-align: left;
}

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: thin dotted #333333;
}
a:visited {
	color: #675c47;
	text-decoration: none;
	border-bottom: thin dotted #675c47;
}

del
{
color: #ff0000;
} 

