/* Start of CMSMS style sheet 'black' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #bebebe;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #bebebe;
}

a:hover {
   text-decoration: none;
   color: #ffffff;
}

body {
   background: #252525 url(uploads/Clean_Orange_Dark/bg.jpg) 0 0 repeat-x;
   margin:1em;
}


h1 {
   color: #b1b1b1; 
   font-size: 35px; 
   text-align: center; 
   letter-spacing: 15px;
   margin-top: 15px;
}


p {
   color: #b1b1b1; 
   margin bottom: 40px;
}
.hidden
{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}
/* End of 'black' */

