/*
**	My  Web Stylesheet ver 2.0
**	Copyright Dipak Auddy.
*/
body {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	background-color:#003466;
	background-image: url('1back.jpg');
	background-repeat:repeat-x;
	color: #ffffff;
	padding: 5px;
	margin-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffd700;
}

h1 {
 font-size: 24pt;
}

h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 8pt;
}

hr {
	color: rgb(0,0,255);
}

div.thumb, div.nifty {
	width:75%;
	margin-left: 4em;
	margin-bottom: 1.5em;
	font-size: 95%;
}

div.navs {
	color: #ffd700;
	font-size: 20pt;
	position: absolute;
	left: 175px;
	top: 24px;
}

div.info {
	margin-left: 4em;
	margin-bottom: 4em;
	margin-top: 1em;
 }

div#down {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	float:right;
	width:300px;
}
 
a {
	text-decoration: none;
	color: #ffe4b5;
}

a:visited {
	color: #ffe4b5;
}

a:hover {
	color: #ffd700;
	font-weight: bold;
}

img {
	border: none;
}

ul {
	list-style-type: square;
	color: #87ceeb;
}