/***********************************************/
/*   Stylesheet for Making of Movies Site      */
/*        Copyright 2007 Eye For IT            */
/***********************************************/
body{
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
/*********** hyperlink styles ************/
a:link, a:visited{
	font-size: 11px;
	font-weight: normal;
	color: #a6866a;
	text-decoration: none;
}
a:hover{
	color: #785838;
	background-color: #f0f2ea;
	text-decoration: none;
}
/****** header, paragraph & list styles ******/
p{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}
h1{
	font-size: 24px;
	font-weight: normal;
	color: #785838;
	background-color: #f0f2ea;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #785838;
	background-color: #f0f2ea;
	margin-top: 6px;

}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #785838;
	margin-top: 10px;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
ul{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
}
ol{
	font-size: 12px;
	color: #663366;
	font-weight: normal;
	line-height: 18px;
}
/************** site copyright & credits styles **************/
.copyright{
	font-size: 10px;
	font-weight: normal;
	color: #636363;
	line-height: 14px;
}
/********************* end **********************/