/* CSS Document */

body {
	background-color:Maroon;
}

a:link {
	color:Maroon;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	color:#664735;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
}

a:visited {
	color:Maroon;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
}

p {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

li {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

ul {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

h1 {
	color:#C6AE96;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
}

h2 {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

h3 {
	color:#C6AE96;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:100;
}

.top {
	background-color:Maroon;
}

.main_body {
	background-image : url('../img/t01.jpg');
	background-repeat:repeat-y;
}

.dummy1 {
	background-color:#C6AE96;
	border:0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bolder;
	color:#664735;
	text-align:center;
}

.link {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

.link:hover {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

.link:visited {
	color : #664735;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
