

body.menu {
	background-image: url(../home/rscs/menugrad.png);
	background-color: #000000;
	backgorund-repeat: repeat-y;
	margin-left: 10 px;
	margin-right: 10px;
	margin-top: 10 px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body.main {
	background-attachment:fixed;
	background-image: url(../home/rscs/bluemarble.jpg);
	background-color: #000000;
	margin-left: 10 px;
	margin-right: 10px;
	margin-top: 10 px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body.alt {
	background-attachment:fixed;
	background-image: url(../home/rscs/ngc6537_hst_big.jpg);
	background-color: #000000;
	margin-left: 10 px;
	margin-right: 10px;
	margin-top: 10 px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body.alt2 {
	background-attachment:fixed;
	background-image: url(../home/rscs/OrionNebula2.jpg);
	background-color: #000000;
	margin-left: 10 px;
	margin-right: 10px;
	margin-top: 10 px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	font-size:small;
	color:#FFFFFF;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

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

a:active {
	text-decoration:none;
}

.center {
	text-align:center
}


div.container {
	text-align:center;
}

div.center {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	text-align:left
}

div.counter {
	text-align:center;
	position:fixed;
	botton:10px;
}

hr {
	width:100%;
	color:#FFFFFF
}

h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
	
ul.circle {
	list-style-type:circle;
	list-style-position:outside;
}

ul.disc {
	list-style-type:disc;
	list-style-position:outside;
}

ol.number {
	list-style-type:decimal;
	list-style-position:outside;
}

div.counter {
	text-align:center;
	position:fixed;
	top:590px;
	left:40px;
}

dfn {
	color:#ffff00;
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
}
	
div.contact {
	float:right;
	width:560;
	padding:10px;
}	
	