/* CSS Document */

body {
	background-image: url(../images/grey.gif);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-style: italic;
}
a:active {
	text-decoration: none;
}
#pgnav {
    color:green;
	text-decoration:none;
	}
#pgnav1 {
    color:green;
	text-decoration:none;
	text-align:left;
	}
#pgnav2 {
    color:green;
	text-decoration:none;
	text-align:right;
	}
#desi {
    background:white;
	}
cite {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	line-height: 20px;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	}
p.dropcap:first-letter {
	font: oblique bold small-caps 400% Arial, Helvetica, sans-serif;
	color:#FF0000;
	float:left;
	margin-right:5px;
	text-transform: capitalize;
	}
#foots {
    color:blue;
	font-style:oblique;
	text-decoration:none;
	}
