
p.hello { color: green}

hr {

      color: #8F191D;
      background-color: #8F191D;
      height: 1px;
}


body { 	
	color: #aaa; 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #181818; 
}

div.page{
	position:relative;
	width:900px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:center;
	border:solid 0px green;
	vertical-align:top;
	background-color: none;
}

div.content{
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 15px; 
}


h1 {	
	color: #FF5AB1;
	font-size: medium;
}

h2 {	
	color: white;
	font-weight: bold; 
	font-size: small;
}

h3 {	
	color: #ffffaa;
	font-weight: bold; 
	font-size: x-small;
}

table.xx{
	border-width: 0px;
	margin: 0px;
	padding:0px;
	
}

table.mainpage{
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border-width: 0px;
	width: 100%;
}

table.header{
	padding: 4px 4px 4px 4px;
	border-width: 0px;
	width: 100%;
}

td.xx {
	margin: 0px;
	padding:0px;
}

td.content{width:870px; background-color: #181818; text-align: center; vertical-align:top}
td.mainpage{text-align: center; margin-left: auto; margin-right: auto;}
td.c_text{ text-align: center; vertical-align:top;}
td.l_text{ text-align: left; vertical-align:top; }
td.r_text{ text-align: right; vertical-align:top; }

td.content_header{background-color: #181818; text-align: center; vertical-align:middle}
td.header_left{ text-align: left; vertical-align:middle;}
td.header_right{ text-align: right; vertical-align:middle; }
td.header_center{ text-align: center; vertical-align:middle; }



a {	
	font-weight: bold; 
}

a.menu:link {color: white; text-decoration: none; font-weight: normal;}
a.menu:visited { color: white; text-decoration: none; font-weight: normal;}
a.menu:active { color: white; text-decoration: none; font-weight: normal;}
a.menu:hover { color: #FF5AB1; font-weight: normal;}


a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:active { color: white; text-decoration: none; }
a:hover { color: red; }

img { 
	border-color: white; 
}

img.with_border { 
	border-style: solid;
	border-color: white; 
	border-width: 2px; 
}

img.no_border {
	border-style: none; 
}


