﻿/*  copyright  2003, 2004 RomanticRoad e.k. all rights reserved   */

BODY.home {
	background-image:url(images/logobg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: rgb(255,255,239);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(252,213,125);
}


A:link {
	color: rgb(154,169,49);
	text-decoration: none;
}

A:visited {
	color: rgb(154,169,49);
	text-decoration: none;
}

A:hover {
	color: rgb(237,203,177);
	text-decoration: none;
}


IMG.logo {
}

IMG.anim {
	border-left: medium white double;
	border-right: medium white double;
	border-top:  medium white double;
	border-bottom: medium white double;
}

IMG.photo {
	border-left: 1px rgb(255,255,239) solid;
	border-right: 1px rgb(255,255,239) solid;
	border-top:  1px rgb(255,255,239) solid;
	border-bottom: 1px rgb(255,255,239) solid;
}

P.home {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,48,0);
}
	
P.greetinge {
	text-align:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


P.greetingd {
	text-align: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}		

P.welcome {
	text-align:center;
	font-weight:400;
	color: rgb(0,48,0);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	

P.rrlink {
	text-align:center;
}


