/*--- screen stylesheet ---*/

body {
	color:#000;
	font:14px Comic Sans MS;  
	margin:25px;
	}
a {
	color:#5D5D5D;
	font-size:110%;
	font-weight:bold; 
	margin: center;
	}
h1 img { 
	height: 45px;
	width: 45px;
	}
h1{
	color: #5D5D5D;
	font-size: 2em;
	text-align: center;
	}
a:hover { margin: center;}
.question { color:#000084; }
.follow { color:#437E4E; display:block; margin-left:25px; }
.answer { color:#AA231C;}
.show { display:block; }
.hide { display:none; }
.end { display:block; text-align: center; }

#container { width:950px; }
#footer {display: inline; margin-left:420px; }
