/* CSS Document */
/* <link href="styles_raj.css" rel="stylesheet" type="text/css" /> */
/* used for raj-index.htm, intro.htm, contact.htm */
/* 01/26/06 */


.style1 {
	font-size: x-large;
	color: #CCCCCC;
}
.style2 {color: #CCCCCC}
.style4 {
	font-size: small;
	color: #CCCCCC;
}
.style8 {
	font-size: large;
	color: #CCCCCC;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
body {
	background-color: #000000;
}