/* Begin of Style */
.style1, .style2, .style3, .style4, .style5, .style6, .style7, .style8, a 
{	color: #ffffff;
	font-family: "Comic Sans MS";
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: xx-large;
	margin: 0px;
	padding: 0px;
}
/* style tweaks */
.style2{font-size: x-large;}
.style3{font-size:large;}
.style4{font-size:medium;}
.style5{font-size: small;}
.style6{font-size:large; color: #0000FF;}
.style7{font-size: xx-small;}
.style8{
	font-size: 8px;
}

a{font-size:12px;letter-spacing: 2px;}
/* a:visited{color:pink;} */
a:hover{color:red; background :white;}
.mya{
	font-size: 18px;
}
/* End of style */

.border{
	border: thick outset #FFFFFF;
}
.border2{
	border-top: 4px solid red;
	border-right: 1px solid red;
	border-bottom: 4px solid red;
	border-left: 1px solid red;
}

/* Begin of Drop Shadow */
.blur
{	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 1px;
	margin-top: 8px;
	left:150px;
	width:98%;			/* I did this */
	text-align:center; 	/* I did this */
}

.shadow,
.content
{	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow
{	background-color: #666; /*shadow color*/
	color: inherit;
}

.content
{
	color: #000;
	border: 1px solid #000;
	padding: .5em 2ex;
	/*background-image: url(../img/blue_grad_bg.jpg); */
	background-color: blue;
}
/* End of Drop Shadow */

.nav_heading{
	font-family: "Comic Sans MS";
	color:#FFFF00;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0px;
	padding: 0px;
	font-size: medium;
}

#peg {
	position: absolute;
	right: 1px;
	top: 0px;
	font-family: "Comic Sans MS";
	font-size: xx-small;
	color: #00CCFF;
	z-index:10;
}
