/* style sheet for www.cotswoldcourt.com */

/* include/cotswold_home.css */

/* style definition (CSS Level 1) */
body {  background: #F4EACA; 
        margin-top: 0px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black; }
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: olive; font-style: normal; text-decoration: none; }
a:hover     { color: olive; font-style: normal; text-decoration: none; }

p   { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;} 
td  { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;} 
h1 { font-family: Times New Roman, times, serif; color: #663333; font-weight: bold; font-size: 20pt; text-align: left; }
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left; }
.footer  { font-family: arial, helvetica, sans-serif; font-size: 8pt; text-align: left;} 

.title1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 14pt; text-align: left;}
.title2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: normal; font-size: 10pt; text-align: left;}


/* used by navbar */
.menu1 {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold;  font-size: 10pt; font-weight: normal; 
	border-color: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	}
.menu1 a, .menu1 a:visited {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold; font-size: 10pt; font-weight: normal; text-align: center; 
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display:block;
	}
.menu1 a:hover {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold;  font-size: 10pt; font-weight: normal; text-align: center;
	color: #333333;
	background-color: #FFCC00;
	text-decoration: none;
	}

/* for photo captions */
.photocaption { font-family: arial, helvetica, sans-serif; font-size: 8pt; font-style: italic; text-align: center;} 
.photocaption2 { font-family: arial, helvetica, sans-serif; font-size: 8pt; font-style: italic; text-align: left;} 

	
/* end of file */