BODY {
	font-size : 1.0em;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color : #4C1125;
	background-color : #D9C5AC;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-image: url(images/pageBG.jpg);
}

a:link {
    color: #61112C;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #722542;
}
a:hover {
	text-decoration: underline;
	color: #862A4F;
}

H1 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

.smalltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.0em; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.0em; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.0em; 
}

.errortext {
  font-size : 1.0em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : #DFD3BD;
  	color : #4C1125;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #61112C;
	color: #DDD1BB;
}

.bg_dark a:link {
	color: #DDD1BB;
	text-decoration: none;
}
.bg_dark a:visited {
	text-decoration: none;
	color: #DDD1BB;
}
.bg_dark a:hover {
	text-decoration: underline;
	color: #DDD1BB;
}


.bg_medium {
	background-color : #8B3053;
	background-image: url(images/plumBG.jpg);
	color: #DDD1BB;
  }

.bg_medium a:link {
	color: #DDD1BB;
	text-decoration: none;
}
.bg_medium a:visited {
	text-decoration: none;
	color: #DDD1BB;
}
.bg_medium a:hover {
	text-decoration: underline;
	color: #DDD1BB;
}

.bg_light {
  background-color : #cdb1a5;
}

.copyright {
    font-size: .5em;
    text-align: center;
}
.wrapper {
	border: 6px solid #61112C;
}

.rose {
	border: 2px solid #892E51;
	color: #61112C;
}

.rose a:link {
	color: #61112C;
	text-decoration: none;
}
.rose a:visited {
	text-decoration: none;
	color: #61112C;
}
.rose a:hover {
	text-decoration: underline;
	color: #61112C;
}

