/*
123456789012345678901234567890123456789012345678901234567890123456789012345

  Title:	mp_stylesheet.css
  Author:	Mike Bevan
  Created:	2008-12-13
  Revised:	2008-12-13
  Version:	Preliminary site 0.10

  Copyright (c) 2009 Michael A. Bevan

*/

a:link { color: #003700 }
a:visited { color: #003700 }
a:active { color: #003700 }
a:hover { background: #003700; color: yellow; }

.redlink a:link { text-decoration:none; color:red }
.redlink a:visited { text-decoration:none; color:red }
.redlink a:active { text-decoration:none; color:red }
.redlink a:hover { text-decoration:none; color:#00ffff; background:red; }

body
{
 background-color:#f0fff0;;
/*
 font-size:16pt;
 font-family:'Comic Sans MS','times new roman','verdana';
*/
 color:#003700;
}

p
{
 font-size:14pt;
 font-family:'Comic Sans MS','times new roman','verdana';
}
 
ul
{
 background-color:white;
 font-size:14pt;
 font-family:'Comic Sans MS','times new roman','verdana';
 color:#003700;
}

.menu
{
 background-color:#003700;
 font-family:'Comic Sans MS','Comic Sans';
 font-size:14pt;
}

.menuheader
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:22pt;
 font-weight:bold;
 text-decoration:underline
}

.menusubhead
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:18pt;
 font-weight:bold;
}

.menuitem
{
 font-family:'Comic Sans MS','Comic Sans';
 text-align:center;
 font-size:18pt;
 font-weight:bold;
}

.menudesc
{

}

.vivaldiheader
{
 font-family:Vivaldi;
 font-size:28pt;
 font-weight:bold;
}

.tempusheader
{
 font-family:'Tempus Sans ITC';
 font-size:28pt;
 font-weight:bold;
}

.tempustext
{
 font-family:'Tempus Sans ITC';
 font-size:12pt;
 font-weight:normal;
}

.comicheader
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:28pt;
 font-weight:bold;
}

.comicheader1
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:22pt;
 font-weight:bold;
}

.comicheader2
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:20pt;
 font-weight:bold;
}

.comicheader3
{
 font-family:'Comic Sans MS','Comic Sans';
 text-align:center
 font-size:18pt;
 font-weight:bold;
}

.comictext
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:12pt;
 font-weight:normal;
}

.comictext16
{
 font-family:'Comic Sans MS','Comic Sans';
 font-size:16pt;
 font-weight:normal;
}

.corsivaheader
{
 font-family:'Monotype Corsiva';
 font-size:28pt;
 font-weight:bold;
}

.bookantiquaheader
{
 font-family:'Book Antiqua';
 font-size:28pt;
 font-weight:bold;
}

.tnromantext
{
 font-family:'times new roman','verdana';
 font-size:18pt;
 color:#003700;
}

div.rcaption
{
 float:right;
 border:thin green solid;
 margin:0.5em;
 padding:0.5em;
}

div.lcaption
{
 float:left;
 border:thin green solid;
 margin:0.5em;
 padding:0.5em;
}

div.figure p
{
 text-align:center;
}



image.picright
{
 float:right;
}

image.picleft
{
 float:left;
}
