﻿
html, body {
	background-color: #333;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px; 
	text-align: center;
}

#main {
	border: 2px solid #777777;
	width: 750px;
	margin: 8px auto;
	background-color: #000000;
    -moz-border-radius: 10px;
    border-radius: 10px;	
	-moz-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;

}

#ps{
    -moz-border-radius: 8px;
    border-radius: 8px;	
}

li {
	margin: 5px;
	text-align:justify;
	color: #fff;
}

ul, ol{
	margin-top: 10px;
	color: #fff;
	text-align: left;
}
p{
		font-style: normal;
		text-align: justify;
		font-size: 12px;
		color: #fff;
		margin: 5px;
	}
	
h1{
		font-style: normal;
		font-weight: bold;
		text-align: left;
		font-size: 27px;
		color: #E6071A;
		border-bottom: 3px dotted #555;
		width:	95%;
		margin:4px;
		margin-top:	38px;
		margin-bottom: 0px;
		letter-spacing: -3px;
	}

h2{
		font-style: normal;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
		color: #900;
		margin: 5px;
		margin-top:	4px;
		letter-spacing: -1px;
				margin-bottom:15px;
	}
	
h3{
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #E6071A;
	margin: 5px;
	margin-top:	8px;
	border-bottom: 3px solid #222;
	width: 98%;
}
	

	#logo {
		border-width: 20px;
		border-style: none;
	}


a 
	{color: #BDBCB8; font-weight: bold; text-decoration: none;
	}
a:visited 
	{color: #BDBCB8; font-weight: bold;
	}
a:hover 
	{color: #cb8583; font-weight: bold; text-decoration: underline;
	}




