@charset "UTF-8";
/* CSS Document */


/* TEXT */
.title {
	font-size: 32px;
	color: #FFFF00;
	line-height: 20px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.subtitle {
	font-size: 18px;
	color: #FFFF00;
	line-height: 20px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.subsubtitle {
	font-size: 14px;
	color: #FFFF00;
	line-height: 20px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.text {
	font-size:14px;
	line-height: 20px;
	color:#FFFF00;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.textred {
	font-size:14px;
	line-height: 20px;
	color:red;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.textform {
	font-size:14px;
	line-height: 30px;
	color:#FFFF00;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* --end-- TEXT */



/* TEXTLINK */
a.text:link {
	font-size:14px;
	line-height: 20px;
	color:#FFFF00;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.text:visited {
	font-size:14px;
	line-height: 20px;
	color:#FFFF00;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.text:hover {
	font-size:14px;
	line-height: 20px;
	color:#FFFF00;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.text:active {
	font-size:14px;
	line-height: 20px;
	color:#FFFF00;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* --end-- TEXTLINK */





html,body {
  margin:0;
  padding:0;
  height:100%;
}
