BODY
	{
	margin: 5% 7%;
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url('images/backgrounds/rose.jpg');
	color: #121212;
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: normal;
	}

A:active
	{
	color: #3399FF;
	text-decoration : none;
	}

A:link
	{
	color: #8000FF;
	text-decoration : none;
	}

A:visited
	{
	color: #8000FF;
	text-decoration : none;
	} 

A:hover
	{
	color: #3399FF;
	text-decoration : none;
	}
	
P
	{
	color: #121212;
	font-size: 18px;
	text-align: center;
	margin: 10px auto 30px;
	}
	
TABLE
	{
	color: #121212;
	font-size: 16px;
	}
	
H1
	{
	color: #0000cc;
	font-size: 24px;
	text-align: center;
	}
	
INPUT.field
	{
	border: #464646 1px solid;
	color: #C0C0C0;
	font-size: 11px;
	background-color: #333333;
	}
	
INPUT.submit
	{
	border: #464646 1px solid;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	}


