/*  copyright  RomanticRoad e.k. Munich, all rights reserved .  Style Sheet for Home Page  */


BODY.home {
	background-color: rgb(255,254,226);
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {
	font-weight:600;
	color: rgb(160,160,120);
	text-decoration: none;
}

A:visited {
	font-weight:600;
	color: rgb(200,200,150);
	text-decoration: none;
}

A:hover {
	font-weight:600;
	color: red;
	text-decoration: none;		
}

IMG.rectborder {
	border-left: medium white groove;
	border-right: medium white groove;
	border-top:  medium white groove;
	border-bottom: medium white groove;
}


/*  Navigation text buttons   */

P.nav {
	text-align;center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
}	

A.navlink:link {
	font-weight:600;
	color: rgb(204,153,51);
	text-decoration: none;
}

A.navlink:visited {
	font-weight:600;
	color: rgb(204,153,51);
	text-decoration: none;
}

A.navlink:hover {
	font-weight:600;
	color: red;
	text-decoration: none;		
}


/*  Greetings, Partners, and RomanticRoad link  text.  */

P.greeting {
	text-align;left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(204,153,51);
}	
	
P.partners {
	text-align;center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

A.partners:link {
	font-weight:600;
	color: rgb(204,153,51);
	text-decoration: none;
}

A.partners:visited {
	font-weight:600;
	color: rgb(204,153,51);
	text-decoration: none;
}

A.partners:hover {
	font-weight:600;
	color: red;
	text-decoration: none;		
}

P.rrlink {
	text-align:center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}	
