/* main.css */
/* written by Rosalinda StMatthew */
/* copyright 2003 DoubleObsession */

/* breakdisclaim.html */
/* index.html */
/* placeholder.html */
/* uhstevedisclaim.html */
/* passwordconfirm.html */





/* Sets the background, colors and main font faces.  Duh. */

body {
	
	color: rgb(179, 217, 255);
	background-color: rgb(0, 0, 0);
	font-family: "tempus sans itc", tahoma, arial, helvecta, sans-serif;
	text-align: center;
	padding-left: 70px;
	padding-right: 70px;
	}





/* Serves as an alert for the disclaimer pages.  Appears only on uhstevedisclaim.html, breakdisclaim.html */

.title {
	
	font-size: 25pt;
	font-weight: bold;
	padding-top: 100px;
	}





/* Controls the appearance of the unvisited link. */

a:link {

	color: rgb(179, 217, 255);
	text-decoration: none;
	font-weight: bold;
	} 





/* Controls the appearance of the visited link. */

a:visited {
	
	color: rgb(179, 217, 255);
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	}





/* Controls the appearance of a link during mouseover.  Does not work in Netscape 4. */

a:hover {

	color: rgb(0, 0, 0);
	background-color: rgb(179, 217, 255);
	padding: 2px;
	}





/* Controls the appearance of a link whilst clicking.  Does not work in Netscape 4. */

a:link:active {

	color: rgb(179, 217, 255);
	background-color: rgb(0, 0, 0);
	}





/* Top-padding places primary statement in the middle.  Appears only in index.html, passwordconfirm.html. */

.index {

	padding-top: 175px;
	}





/* Exactly what it sounds like. */

.placeholder {

	padding-top: 75px;
	}
