body {              				background-color:     			#000000;
                    				font-family:          			Courier, Courier New, monospace;
                    				font-size:            			small;
                    				color:                			#ffffff;
                    				line-height:					0px;
                    				padding-top:					10px;
                    				margin:							0px;
}

#main {								padding-top:					20px;
									padding-bottom:					0px;
									text-align:						center;
}

a:link {            				color:                			#d6e523;
                    				text-decoration:      			none;
                    				font-weight:          			bold; 
}

a:visited {         				color:                 			#d6e523;
                    				text-decoration:       			none;
                    				font-weight:           			normal; 
                    				border-bottom:  				none;
}

a:hover {							color:							#ffffff;
                    				text-decoration:       			none;
                    				font-weight:           			normal; 
}

img {								border:							none;
									margin-bottom:					0px;
									padding-bottom:					20px;
}

.bigger {							font-size:						130%;
									line-height:					150%;
									padding-bottom:					20px;
}

#allcontent {      					width:                 			850px;
                   					margin-left:					auto;
                    				margin-right:					auto;
}



