body			{
									background-color: #000000;
									font-family: comic sans MS, Verdana, sans-serif;
									}
									
a: list {
	 			color:#000000;
				}									
a:hover{
color:red;
}
h1				{

					font-family: Comic Sans MS, Verdana;
					font-size: 2em;
					font-weight: bold;
					color: yellow;
					}

li strong {

	 				font-family: Verdana, Times Roman, sans-serif;
	 				 color:green;
					 margin-left: 0;
					 padding-left: 0;
					
					 }
.box			{
											 					left-margin: 50px;
																right-margin: 50px;
																border:2px solid yellow;
																font-style: verdana,helvetica,sans-serif;
																font-size: 1em;
																color: #000;
																background-color: lightyellow;
																line-height: 100%;
																}