html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



	
	body {
		font:normal 11px/12px verdana,arial;
		background-color:#F6F6F6;
		}
	
	#leftcontent {
		left:1%;
		width:23%;
		top:50px;
		background:#fff;
		}

	#centerleftcontent {
		left:26%;
		width:23%;
		top:50px;
		background:#fff;
		}

	#centerrightcontent {
		left:51%;
		width:23%;
		top:50px;
		background:#fff;
		}

	#rightcontent {
		left:76%;
		width:23%;
		top:50px;
		background:#fff;
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		float:left;
		margin:0 0 0 1%;
		border:2px solid #FFF;
		background-color:#FFF;
		}
		
	
	#msg {padding:0 0 10px 0;line-height:1.4em;text-align:center;}
	
	h1 {
		color:#CC3333;
		font-size:2em;
		text-align:center;
		}
		
	#linkblok h2 {
		font-size:1.2em;
		font-weight:bold;
		padding:20px 0 0 15px;
		color:#66cc33;
		}
		

	#linkblok {
	 margin:  0 5px;
	 padding: 0 5px;
	}

	#linkblok li {
	
	margin: 6px 15px;
	padding:0;
	list-style-image: url(star-1.jpg);
	list-style-position: outside;
	}

	#linkblok li:hover {
		list-style-image: url(star-2.jpg);
		list-style-position: outside;
	}

	#linkblok ul li a, a:link, a:visited, a:active {
		font-size:1em;
	 	color: #000;
	 	text-decoration: none;
		text-transform : capitalize;
	}