a:link, a:visited, a:active
{
	color: #0033FF;
	text-decoration: none;
}

a:hover
{
	color: #0033BB;
	text-decoration: underline;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px solid #000000;
}

.align-center
{
	text-align: center;
}

.bold
{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 10px;
	text-align: center;
}

.form-div
{
	padding-bottom: 5px;
	padding-top: 5px;
}

.fullwidth
{
	width: 100%;
}

.guestbook-div
{
	padding-bottom: 15px;
	padding-top: 15px;
}

.halfwidth
{
	width: 50%;
}

.input-submit-guestbook
{
	background-color: #FFFFFF;
	border: 1px dashed #999999;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.input-text-guestbook
{
	border: 1px dashed #999999;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	width: 100%;
}

.tag
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
}

.text
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: justify;
}

.textarea-guestbook
{
	border: 1px dashed #999999;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	height: 100px;
	width: 100%;
}

#box
{
	background-color: #F1FAFE;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: dashed;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: none;
	border-top-width: 0px;
	width: 498px;
}

#portrait
{
	background-color: #FFFFFF;
	border: 1px dashed #666666;
	clear: right;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 0px;
}