/*@uthor Amer Khalid.
This file is based on code from www.mako4css.com
*/

body {
    background-color : #EEEEEE;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #000101;
    margin: 10px; 
}


a:link {/*normal links in the text*/
	background-color : #EEEEEE;
  	color: blue; 
  	text-decoration : none; 
  }
  
a:visited {
	background-color : #EEEEEE;
  	color: green; 
  	text-decoration : none; 
  }
a:hover { 
	background-color : #EEEEEE;
  	color: red; 
  	text-decoration : underline; 
  }