body {
	background-color: black;
	font-family: chiller, french script mt, verdana;
	font-size: 24pt;
	text-align: center;
	color: silver;
	}

table, tr, td {
	font-size: 24pt;
	}

#box {
	width: 750px;
	padding: 0px;
	border: 1px solid silver;
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	}


#rightbox {
	width: 550px;
	float: right;
	}


.rightcontent {
	padding: 0px;
	background: black url('image/eye-resized.jpg') no-repeat fixed 76% 30%;
	text-align: left;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	margin-top: 0.5cm;
	}


#header {
	text-align: center;
	color: silver;
	background-color: black;
	padding: 15px;
	height: 1.7cm;
	}


#leftbox {
	width: 200px;
	float: left;
	}


.leftcontent {
	padding: 0px;
	border: 1px solid silver;
	background: black url('image/blood.gif') no-repeat scroll 100% 100%;
	text-align: left;
	color: silver;
	}


.leftmenu1 {
	padding: 0px;
	border: 1px solid silver;
	border-bottom: 0px;
	background-color: black;
	height: 1.3cm;
	}


#header2 {
	font-weight: bold;
	text-align: center;
	margin-top: 0.15cm;
	color: silver;
	}

p.height {
	line-height: 80%;
	font-size: 17pt;
	text-align: left;

	}

p.browser {
	font-size: 20pt;
	text-align: center;
	color: yellow;
	font-weight: normal;
	}

p {
	text-align: justify;
	}


h1 {
	padding: 0px;
	margin: 0px;
	font-size: 40pt;
	}

h3 {
	font-size: 29pt;
	}

h4 {
	font-size: 23pt;
	}

h6 {
	font-size: 17pt;
	}

ul {
	list-style-type: disc;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: red;
	}

a:visited {
	color: silver;
	}

a:active {
	color: red;
	}

a:hover {
	font-style: italic;
	color: #660000;
	}

