/* General USF Core Stylesheet */

body { 
	background: black;
	font-family: Arial;
	color: #DDDDDD;
	margin: 0px;
	padding: 1px;
	}

a {
	color: #00FFFF;
	text-decoration: none;
	}

a:hover { 
	color: #00AAFF;
	text-decoration: underline;
	}

b { color: #8888FF; }

h1 { font-size: 18pt; }
h3 {
	color: #99FFFF;
	font-style: italic;
	margin-bottom: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray; }

.mainbody {
	position: absolute;
	/* border: 2px solid yellow; */
	left: 155px;
	top: 105px;
	font-size: 90%;
	margin-left: 5px;
	width: auto;
	}

.ctrlink {
	font-size:80%;
	font-weight: 700;
	font-variant: small-caps;
	color: skyblue
}

.ctrlinkbox {
	border-top: 1px solid skyblue;
	border-bottom: 1px solid skyblue;
}

DISALBED.TD.mainframe { background-image: url("/startreklogo.jpg"); background-repeat: no-repeat; background-position: right top; background-attachment: fixed }
