@charset "utf-8";
/* CSS Document */

a:link {
	color: #00588A;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #00588A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #09C;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	color: #97BCCF;
	font-weight: bold;
	text-decoration: underline;
}
 
 img {border: 0;}


.image{
	border-style:outset;
	border-color: red;
	border-width:10px;
      }

.quote{
	border-style:groove;
	border-color:navy;
	border-width:15px;
      }


#title
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

#result
{
	font-family: verdana;
	font-size: 12px;
	color: brown;
}

#powered_by
{
	font-family: verdana;
	font-size: 10px;
	color: 555555;
}