A {
	color:blue;
	text-decoration: none;
	background-color : transparent;
}
A:hover {
	color:red;
	text-decoration: underline;
	background-color : transparent;
}
A:active {
	background-color : infobackground;
	color : Gray;
	text-decoration : none;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #000080;
	background-color : white;
	background-image : url("/images/bg.gif");
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #000080;
}
H1 {
	font-variant: small-caps;
	font-size : x-large;
	text-align : center;
	color: Maroon;
}
H2 {
	font-variant: normal;
	font-size : medium;
	text-align : left;
	color: Teal;
}
H3 {
	font-variant: normal;
	font-size : small;
	text-align : left;
	font-weight : bolder;
	color: Black;
}
.heading {
	font-variant: normal;
	font-size : small;
	text-align : left;
	font-weight : bolder;
	color: Navy;
}
.resumehead {
	font-size : large;
	color : Purple;
	font-weight : bolder;
	letter-spacing : 2px;
	font-variant : small-caps;
}
.resume {
	font-size : medium;
	color : Navy;
	font-weight : bold;
	font-variant : small-caps;
}
.navbar {
	text-align : center;
	margin-top : 2px;
	margin-bottom : 2px;
}
.copyright {
	font-style: italic;
	text-align : center;
	font-size : smaller;
}
.padding {
	padding-bottom: 3px;
}
