/* Photo_main.css for use in contents frame of photo frames pages*/

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #333;
background-color: white;
font-size: 0.75em;
margin: 0px;
padding: 0px;
}

pre {
font-family: "Andale Mono", monospace, "Courier New", Courier;
}

a {
font-weight: normal;
text-decoration: none;
color: #999;
}

a:hover {
color: #999;
font-style: normal;
text-decoration: underline;
}