a:link	{color: rgb(0, 0, 255); }
a:visited {color: rgb(128, 128, 0);}
a:active {color: rgb(255, 0, 0);}
a:hover {color: rgb(255, 0, 0);}

/* the 3rd property of a font-family should be a general family e.g "serif" */

body {font-family: Verdana, Tahoma, Serif;
      background-color: rgb(255, 255, 255);
      color: rgb(0, 0, 0);}

p{font-family: Verdana, Tahoma, Serif;
  font-style: normal;
  font-size: 10pt;
  color: #00b2eb;}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {color: #00b2eb;}
h2 {color: #00b2eb;}
h3 {color: #00b2eb;}
h4 {color: #00b2eb;}
h5 {color: #00b2eb;}
h6 {color: #00b2eb;}

.container {font-size: 1px;
	    border-style: none;}