﻿<style type="text/css">
.style1 {
	background:aqua;
	font-family: Comic Sans MS;
	font-size: large;
	font-weight:bold;
	font-style: normal;
	color: #000000;
	
}
.style2 {
	font-family:Comic Sans MS;
	font-weight:normal;
	font-size:medium;
}	


.style3 {
	text-align: right;
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	border-color: #000000;
	border-width: 2px;
}
.style4 {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: center;
	border: 2px solid #000000;
}
.style5 {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	border-color: #000000;
	border-width: 2px;
}

.style6 {
	font-family: Comic Sans MS;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	text-align:center;
}
.style8 {
	text-align: center;
}
.style7 {
	border-style:solid;
	border-color: #000000;
	text-align: center;
}
.style9 {
	border-style:double;
	border-color:black;
	border-bottom:thin
	
}

.style10 {
	margin-right: 0px;
}
.style11 {
border: medium groove #008080;
	font-family: Comic Sans MS; 	font-size: xx-large; 		font-weight: bold; 	color: #0000FF; 	text-align: center;
}
.style12 {
	font-family: Comic Sans MS;
	font-size: large;
	font-weight:bold;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.style13 {
	font-family: comic sans MS;
	font-style: boldp;
	font-size: 30px;
	text-align:center;
}
.title {	
	border:thick;
	border-color:fuchsia;
	border-style: double;
	font: comic sans;
	font-size:50px;
	color: black;
	background-color:lime;
	text-align:center
}
.title2 {
	font-family: Comic Sans MS;
	font-size: xx-large;
	text-align:center
	font-weight: bold;
	color: #0000FF;
	border-style: groove;
	border-width: medium;
	border-color: #008080;
}
.title3 {
	font-family: Lucida Handwriting;
	font-size: xx-large;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	background-color: #800000;
	color: #FFFF00;
	border-style: inset;
	border-width: thick;
	border-color: #FFFF00;
	padding: inherit;
	margin: auto;
}

.normal_text {
	font-family: Comic Sans MS;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.italic_text {
	font-family: Comic Sans MS;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

.red_text {
	color:red;
}
.green_text {
	color:green;
}


h1 {
	background-color:aqua;
	font-family:Algerian;
	font-size:xx-large;
	font-weight:bold;
}

.back1 {
background-color: rgb(255, 255, 204)
}
.back2 {
background-color: rgb(255, 255, 0);
}


