body {
     margin: 120px;
   padding:0px;
   background-image: url(graphics/bg.jpg);
   background-repeat:no-repeat;
   background-attachment:fixed;
   background-position:center;
   background-color: #000;

}
.center_table
{
    font-family: Arial;
    font-size: 12px;
    background-color: rgba(0,0,0, 0.8);
}
table {
     position: center;
     color: #cccccc;
     font-family: Arial;
     font-weight: bold;
     font-size: 12px;
     }

h1 {
    color: rgb(255,0,0);
    font-weight: bold;
    font-size: 16px;
}
h2 {
    color: rgb(255,0,0);
    font-weight: bold;
    font-size: 14px;
}
pre {
    font-size: 12px;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-weight: normal;
	color: white;
}
img {
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
}
a img {
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;

}
a:Hover {
	color: white;
}
a.title {
	text-decoration: none;
	font-size: 8pt;
	display: table;
	color: #CCCCCC;
	width: 100%;
}
a.title:Hover {
	color: white;
}
a.none {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
a.none:Hover {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
a.none:Active {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
/*                 2010 (c) Ashus                 */
/*          All author's rights reserved.         */
/*             http://ashus.ashus.net             */
