/*modify the body tag*/
body
{
	margin:0px;
	font-family:comic sans MS;
	font-size: 20px;
	background-color : #55ACFF;
	padding : 2px;
}



/*modify the list tag*/
li
{
	list-style : disc inside;
	word-spacing : 2px;
}

/*create an id */
#header
{
	background-color:#55ACFF
}

/*create an id */
#backgrnd
{
	background-image: url("c.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*Create a class*/
.bodytext
{
	font-size:14px;
	color : #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.txtpadding
{
 	padding: 10px;
}
/*modify the title tag*/
.title
{
	font-family:comic sans MS;
	color: #feff80;
	font-size: 30px;
}
/*modify the table title*/
.tabletitle
{
	font-family:comic sans MS;
	font-size: 30px;
}
/*modify the subtitle tag*/
.subtitle
{
	font-family:comic sans MS;
	color: #000000;
	font-size: 16px;
}

/*modify the anchor tags*/

a:link
{
	text-decoration : underline;
	color: #feff80;
}
a:hover
{
	text-decoration : none;
	color: #009900;
}
a:visited
{
	text-decoration : underline;
	color: #feff80;
}
