a:link {
	color: red;
	text-decoration : none;
}
a:visited {
	color: red;
	text-decoration : none;
}
a:hover {
	COLOR: #f97b32;
	text-decoration : none;
}
a:active {
	COLOR: #f97b32;
	text-decoration : none;
}


a{
	color: Red;
	font-weight: bolder;
}

body{
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	line-height: 2em;
	padding: 7%;
	font-family: "‚l‚r ƒSƒVƒbƒN", Geneva, serif;
}


h1{
	color: red;
	display: inline;
	font: bolder xx-large "arial", Geneva, serif;
	letter-spacing: 0.1em;
}

h2{
	font: bolder x-large "arial", Geneva, serif;
	color: #FFFFFF;
	display: inline;
}


H3{
	font-size: larger;
	display: inline;
	margin-left: 20px;
}


H4{
	text-align : right;
	margin-right : 50px;
	font-size : x-small;
}


/* IDs */


#index{
	line-height: 1.5em;
	font-family: "Times New Roman", "‚l‚r ‚oƒSƒVƒbƒN";
}


#index a:link {
	color: #4682B4;
	text-decoration: none;
}
#index a:visited {
	color: #3D686B;
	text-decoration: none;
}
#index a:hover {
	COLOR: Red;
	text-decoration: none;
}
#index a:active {
	COLOR: Red;
	text-decoration: none;
}


#notes{
	font-size: 90%;
	border: 1px dashed White;
	padding: 3%;
}