a:link    { color: #001122; text-decoration: none; }

a:visited { color: #001122; text-decoration: none; }

a:hover  { color: #FF0000; text-decoration: none; }

a:active  { color: #FF0000; text-decoration: none; }

body {
       margin: 0 0 0 0;
       background-color: #eeeebb;
       font-family: helvetica, arial;
       color: #001122;

}

.image-area {
       padding: 15 5 15 5;
}

.header {
       padding: 5 0 0 5;
       height: 34px;
       vertical-align: middle;
}

.footer {
       padding: 5 0 0 5;
       height: 34px;
}


.photo {
       border-width: 3px;	
       border-style: ridge;
       border-color: #AAAAAA;
}

.button {
       border-width: 1px;	
       border-style: outset;
       border-color: #BBBBBB;
}
.button:hover {
       border-width: 1px;	
       border-style: outset;
       border-color: #FFCCCC;
}
.button:active {
       border-width: 1px;	
       border-style: inset;
       border-color: #CCCCCC;
}
