﻿/*Lori Anna Dyer
Final Project - Stylesheet
March 29, 2006*/

body 	{background-color: white}

h3 {text-align:center;}

h1 {text-align:center;}

div {text-align:center;}

hr	{
	color: #000000;
	height: 6;
}

p	{font-family:times new roman;}

a:link 	{color:black; 
	text-decoration:none;}

a:visited {color:black; 
	text-decoration:none;}

a:active {color:black; 
	text-decoration:none;}

a:hover {color:blue; 
	text-decoration:underline; 
	background-color:gold;}

a {cursor:pointer;}

.short {
	color: #C0C0C0;
	height: 2;
	border-style: dashed;
	width: 60%;
}

span {text-align:right;}