<!-- styles.css -->

blank {
	
}

body {
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position:center;
	margin-top: 0px;
}

/*=============
|| containers ||
=============*/

#container
{
	margin: 0 auto;
	top:0px;
  	width: 900px;
  	text-align: center;
	background-color:#000000;
	border:solid 1px #cc11bb;	
	padding-left:6px;
	padding-right:6px;
}

img.special 
{
	border: 3px #9999ff solid;
}

/*=============
||    text    ||
=============*/

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35pt;
	line-height: 5pt;
	font-weight: bold;
	color:#ffcc00;

}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	line-height: 10pt;
	font-weight: 100;
	color:#9999ff;

}

ul
{
 	font-family: Arial, Helvetica, sans-serif;
 	list-style-type: none;
 	text-indent:50px;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#9999ff;
}

li
{
 	font-family: Arial, Helvetica, sans-serif;
 	text-indent:50px;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#9999ff;
}

#marginText
{
	margin:20px;
}

.text1
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#9999ff;
}

.text2
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#ffcc00;
}

.text3
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt;
	line-height: 18pt;
	font-weight:900;
	color:#ffcc00;
}

.text4
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt;
	line-height: 18pt;
	font-weight:900;
	color:#9999ff;
}

.textsmall
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:100;
	color:#990099;
}

/*==============
||    links    ||
===============*/

.linkcolor1
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:900;
	color:#9999ff;
}

.linkcolor2
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:900;
	color:#ffcc00;
}

.linkcolor3
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:900;
	color:#9999ff;
}

.linksmall
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:100;
	color:#9999ff;
}

.linksmall2
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:100;
	color:#990099;
}

a:link
{
 	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
	color:#990099;
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
}
