/* Set all fonts to a pleasing or semi-pleasing greyish serif of medium size*/

* {
	color: #444444;
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: large;
	}

/* Set all fonts to a pleasing or semi-pleasing greyish serif of medium size*/

/* Links: blue-green */

a, a:visited {
	color: #004455;
	}

::selection {
  background: #f2a900; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #f2a900; /* Gecko Browsers */
}

/* Visible box with dotted border */

.visbox{
   border:dotted 1px #232951;
   border-radius:10px;
   padding:10px;
   color:#000;
   margin: 10px 30px 10px 10px;
   }

/* date */

.date{
	float:right; 
	margin: 10px 10px 10px 10px; 
	border:1px dotted #616D7E; 
	padding: 10px 10px 10px 10px; 
	background:#FFFFDD;
}

/* Expandable text with dotted border */

a.dsphead{
   text-decoration:none;
   margin-left:.15em;
   padding: 0 0 4px 0;
   }
a.dsphead:hover{
   padding: 0 0 4px 0;
   }
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;
   padding: 0 0 4px 0;
   }
.dspcont{
   display:none;
   border:dotted 1px #232951;
   padding:10px;
   color:#000;
   margin: 10px 30px 10px 10px;
   }

/* Bullet points */

ul {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul li {
	padding-left: 25px;
	background: url(smbullet.gif) no-repeat;
	background-position: 0 3px;
}


/* Dropcaps */

.cap {
	color: #004455;
	display: inline;
	float: left;
	margin: 0;
	padding: .36em .08em 0 0;
	#padding: 0.27em 0.08em 0.2em 0.00em; /* IE */
	_padding: 0.27em 0.08em 0.4em 0.00em; /* IE 6-older */
	font-size: 2.4em;
	line-height: .3em;
}

/* Define wrapper and columns*/

#wrap {
   width:900px;
   margin: auto;
   padding: 0px 0px 0px 0px;
}

.quote{
	margin: 10px 10px 10px 10px; 
	border:1px dotted #616D7E;
	border-radius:10px;
	padding: 10px 10px 10px 10px; 
	margin: 10px 30px 10px 10px;
	background:#FEFEFE;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 270px;
  padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Headings */

p {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: large;	
	}

h1 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-variant-caps: small-caps;
	font-size: xx-large;
	font-weight: 300;
	color=#FF0000;
	letter-spacing: 3px;
	margin: -10px 0 0 0;
	padding: 20px 0px 0px 0px;
	}

h2 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
  	font-variant: small-caps;
	font-size: x-large;
	font-weight: 300;
	color=#202020;
	letter-spacing: 1px;
	margin: -5px 0 0 0;
	padding: 20px 0px 0px 0px;
	}

h3 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: medium;
	font-weight: 400;
	color=#404040;
	margin: -5px 0 0 10px;
	padding: 20px 0px 0px 0px;
	}

h4 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-variant: small-caps;
	font-size: large;
	font-weight: 300;
	color=#004455;
	letter-spacing: 2.175px;
	margin: -5px 0 0 0;
	padding: 5px 0px 0px 0px;
	}

h5 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: small;
	font-weight: 600;
	color=#002233;
	letter-spacing: 1.2px;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	}
