body {              				background-color:     			#c1d831;
                    				font-family:          			Ariel, Verdana, sans serif;
                    				font-size:            			small;
                    				color:                			#333333;
                    				line-height:					140%;
}

h1 {                				font-size:            			200%;
									line-height:					200%;
                    				color:                			#ffffff; 
}

a:link {            				color:                			white;
                    				text-decoration:      			none;
                    				font-weight:          			bold; 
}

a:visited {         				color:                 			white;
                    				text-decoration:       			none;
                    				font-weight:           			bold; 
}

a:hover {							color:							#e3007b;
                    				text-decoration:       			none;
                    				font-weight:           			bold; 
}

#main {             		 		padding:              			0px;
}

#footer {     				        width:							1000px;
									font-weight:					normal;
                   					text-align:           			center;
                    				font-size:            			90%;
                    				margin-top:						0px;
                    				line-height:					140%;
                    				height:							40px;
}

div#footer p {     			        padding-top:					0px;
									margin-top:						10px;
}

div#footer a:link {        	        color:          				white; 
									text-decoration:       			none;
									font-weight:					normal
}

div#footer a:visited {          	color:          				white;
									text-decoration:       			none;
									font-weight:					normal
}

div#footer a:hover {     		    color:							#e3007b; 
									text-decoration:       			none;
									font-weight:					normal
}

#allcontent {      					width:                 			1000px;
                   					margin-left:           			auto;
                   					margin-right:          			auto; 
                   					margin-top:						10px;
}