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

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

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

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

body {
       margin: 0 0 0 0;
       background-color: #ff0000;
       font-family: helvetica, arial;
       color: #f7f700;
       font-size: 16pt;
}

.image-area {
       padding: 15 5 15 5;
       background-color: #331bba;
       height: 400px;
       font-size: 16pt;
}

.header {
       padding: 5 0 0 5;
       height: 30px;
       vertical-align: middle;
       background-color: #ff0000;
}

.footer {
       padding: 5 0 0 5;
       height: 30px;
       background-color: #ff0000;
}


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

.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;
}

