/* 
IMPORTANT--- READ... please.

put the following code within the <head> tags of all the pages you want to implement the CSS:
<link rel="stylesheet" type="text/css" href="style.css" />
(index.php, retrieve.php, gallery.php and request.php I believe)

*/
body {
     	font-family: Verdana;
        color: #000;

}

a {
	font-family: Verdana;
        text-decoration: none;
        color: #000;
        border-color: #000;
}





a:hover {
        color: #0036b1;
        text-decoration: underline;
}

