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

a:visited { color: #FFFFFF;
	   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: #000000;
       font-family: helvetica, arial;
       color: #FFFFFF;

}

.image-area {
       border-top:    dashed 1px #FFFFFF;
       border-bottom: dashed 1px #FFFFFF;
       padding: 15 5 15 5;
       background-color: #444444;
       height: 650px;
}

.header {
       border-top:    dashed 1px #FFFFFF;
       padding: 5 0 0 5;
       height: 34px;
       vertical-align: middle;
       background-color: #555555;
}

.footer {
       border-bottom:    dashed 1px #FFFFFF;
       padding: 5 0 0 5;
       height: 34px;
       background-color: #555555;
}


.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: #CCCCCC;
}
.button:active {
       border-width: 1px;	
       border-style: inset;
       border-color: #CCCCCC;
}

.right {
	width: 10%;
	float: right;
	vertical-align: middle;
}

.left {
	width: 10%;
	float: left;
}
