/* my css me like yes goood mmmm */


div.bigyellow {
	font-family: impact, helvetica, arial;
	color: yellow;
	font-size: 48pt;
	font-weight: light
}

div.bigred {
	font-family: impact, helvetica, arial;
	color: #AA0114;
	font-size: 48pt;
	font-weight: light
}


div.smallw {
	font-family: arial, helvetica; 
	color: white;
	font-size: 9px;
	line-height: 150%;
	font-weight: bolder
	
}

a:link {
	text-decoration: underline;
	color: white
}


a:visited {
	text-decoration: underline;
	color: #ff0000;
}



a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: silver;
}



	

/* your css so thanks */

p.wrong {font-style: italic; color: red; text-align: center}

p.demo	{font-size: 12pt;
	font-family: Times, helvetica, arial;
	font-weight: bold;
	color: purple}

