﻿/*  copyright  2003, 2004 RomanticRoad e.k. all rights reserved   */

BODY.home {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,48,0);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P.home {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,48,0);
}


A:link {
	font-weight:400;
	color: rgb(0,48,0);
	text-decoration: none;
}

A:visited {
	font-weight:400;
	color: rgb(0,48,0);
	text-decoration: none;
}

A:hover {
	font-weight:400;
	color: red;
	text-decoration: none;		
}

A:active {
	color: red;
	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;
}


	
P.greeting {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(122,53,20);
}	
	

P.rrlink {
	text-align:center;
}


