
ul.inside 
{
list-style-position: inside
}


a:link { 
	color: #ff0000;	
}
a:visited { 
	color: #707070;
}
a:hover { 
	color: #E8E8E8;
	background-color: #000000;
	text-decoration: none;
}
a:active { 
	color: #B22222;
}


h1 { 
	color: #E8E8E8;
	font-family: verdana;
	font-size: x-large;
}
h5 {
	color: #E8E8E8;
	font-family: verdana;
	font-style: italic;
	font-size: large;
	text-align: center;
}
h4 {
	color: #E8E8E8;
	font-family: verdana;
	font-style: italic;
	font-size: medium;
	text-align: left;
}
p {
	color: #E8E8E8;
	font-family: verdana;
	text-indent: 50px;
}
ul {
	color: #E8E8E8;
	font-family: verdana;
}

blockquote {
	color: #E8E8E8;
	font-family: verdana;
	font-style: italic;
	width: 500px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: none;
	quotes: "\201C" "\201D";
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


p:first-letter 
{
color: #ff0000;
font-size:xx-large
}
body 
{
background-color: #000000;
background-image: 
url('http://img525.imageshack.us/img525/7457/redbat.jpg');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}

