/* standard elements */
h1 {
	color: #800101;
	text-decoration: bold;
	font-family: vrinda;
	}

h2 {
	color: purple;
	text-decoration: bold;
	}


body, html {
	color: white;
	font-family: "arial";
	margin: 0;
	border: 0;
	background: #222222;
	background-image: url(../images/bgstr.gif);
}

a:link {color: #990101;}
a:visited {color: #990101;}
a:active {color: #990101;}
a:hover {color: red;}
a {text-decoration: none;}

