/*  Saturn CSS Ver 1.2  */
/*  CSS Level 2.1       */

body
{
background-image: url(images/space.jpg);
background-attachment: fixed;
margin-left: 20px;
margin-right: 20px;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #293984;
scrollbar-track-color: #000000;
scrollbar-highlight-color: #012D6C;
}

div.center {text-align:center; }
div.right {text-align: right;}

p {font-family: Arial, Helvetica; font-size: 14px; color: #BDBDBD; margin: 6px;}
p.intro {margin-left: 5%; margin-right: 5%;}
h1 {font-family: Arial, Helvetica; font-size: 16px; color: #BDBDBD; margin: 10px; background-color: #2B2981; text-align: center;}
h2 {font-family: Arial, Helvetica; font-size: 10px; color: #BDBDBD; margin: 5px; background-color: #2B2981; text-align: center; width: auto;}

h3 {
	background-image: url(images/hback.jpg);
	background-repeat: repeat-x;
	font-family: "Comic Sans MS", "MS Sans Serif", Arial;
	color: #bdbdbd;
	letter-spacing: 1px;
}

table {margin: 5px; }
table.case {margin-left: 15%; margin-right: 15%; }
table.center {margin-left: 5%; margin-right: 5%; }
td.center {text-align: center;}

img {margin: 8px;}
img.left {float: left;}
img.right {float: right;}
img.bar {width: 90%}
img.nb {border-width: 0px;}

ul {list-style-type: square; color: #BDBDBD;
font-family: Arial, Helvetica; font-size: 14px;

}

a:active {
border-color: #eeeeee;	
}
a:link {border-color: #eeeeee;}

a:visited {
	border-color: #ffffff;
}
