/* CSS for sitar pages */

a:link {
text-decoration: none;
color: #FF99FF;
}

a:visited {
text-decoration: none;
color: #FFCCFF; 
}

a:active {
text-decoration: none;
color: #FFFFFF; 
}

a:hover {
text-decoration: none;
color: #FFFFFF;
}

.h1 {
	color: #FF9999;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.h2 {
	color: #FF9966;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.dot {
	border-top: none;
	border-right: thin dotted #660000;
	border-bottom: thin dotted #660000;
	border-left: thin dotted #660000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pic {
	border: thin dotted #660000;
	padding: 2px;
}

.content {
	border: none;
	padding: 10px 5px 5px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFCC;
	width: 100%;
	margin: 0px;
}

.lilly {
	background-color: #663333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFCC;
	background-image: url(img/Lilly_1.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 700px;
	padding: 0px;
	border-right: thin solid #996666;
	border-bottom: thin solid #996666;
	border-left: thin solid #996666;
	border-top-color: #996666;
}

.lilly2 {
	background-color: #663333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFCC;
	background-image: url(img/Lilly_1.jpg);
	background-repeat: no-repeat;
	border-right: thin solid #663333;
	border-bottom: thin solid #663333;
	border-left: thin solid #663333;
	height: 768px;
	width: 700px;
	padding: 0px;
}

.sitar {
	width: 600px;
	height: 430px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	border-left-color: #CC6666;
	background-image:  url(img/bg_Mandala.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
}

.nav {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 20px;
	border: none;
}

.credit {
	FONT-SIZE: 8px;
	COLOR: #CCCCCC;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 5px;
}
