@charset "UTF-8";
/* CSS Document */
body{
	background: #003;
	
	
	
}

a:link{
	color:#F00;
	
	
}

a:visited {color:#F00;}

#thewrapper{
position:relative;
padding-bottom:0px;
padding-top:30px;
background:#333333;

margin-top:100px;

height: 300px;
width:900px;
/*left: 50px;*/


	}
	

	


.title{

 color: #CCC;
font-weight:500;
font-family:"Times New Roman", Times, serif;
font-size:16px;
/*margin-top:15px;
margin-left:48px;
position: absolute;*/

	}
	








.titletop{
		position:absolute;
		top:20px;
    left:300px;
	text-align:center;
    color: #CCC;
	font-family:Times New Roman;
	
	font-size:20px;
	


}





p{color:#FFF}


ol {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
     color: #ffffff;
}

li:before {
    content: "• ";
    color: #ffffff; /* or whatever color you prefer */
}


