/***********************************************/
/* myw.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-size: 36px;
	color: #000000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-color: #FFFAB3;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 160% Arial,sans-serif;
        color: #513997;
	margin: 0px;
	padding: 0px;
	font-size: large;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #513997;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #513997;
 margin: 0px;
 padding: 0px;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #513997;
}

.pictureborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #513997;
        border-top: 7px solid #513997;
        border-bottom: 7px solid #513997;
        border-left: 7px solid #513997;
        border-right: 7px solid #513997;
}


.story {
	font-family: Arial, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.searching {
	font-family: Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
}

th{
	
        font-family: Arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
        margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-color: #c1c1e1;  
}
