/* Specify blanket rules for all elements */
body	{
	font-size:80%;
	font-family:'Lucida Grande',Verdana,sans-serif;
	}

/* rules for headings */
h1 	{
	font size:110%;
	font weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	}

/*Style for links*/
a	{
	text-decoration:underline;
	color:#fff;
}

/* Defining the links */
a:link { 	
	color:#000;
	text-decoration:underline;
	padding:10px;
	}
a:visited { 	
	color:#000;
	text-decoration:underline;
	padding:10px;
	}
a:hover { 	
	color:#000;
	text-decoration:underline;
	padding:10px;
	}
a:active { 	
	color:#000;
	text-decoration:underline;
	padding:10px;
	}