/*excelsiorpress.org.css*/
/*http://excelsiorpress.org/excelsiorpress.org.css*/
/* based upon efrnj.css*/

/* begins comment

<link rel="stylesheet" type="text/css" href="excelsiorpress.org.css">

ref: http://www.yourhtmlsource.com/stylesheets/advancedcss.html

Class selectors are created by typing a dot followed by the class name. 
.caution {font-family: Verdana; font-size: 12pt; color: red; }

<p class="caution">
<span class="caution">affected text</span>

ids are practically the same as classes,
#header {width: 90%; background: white; font-size: 20px; color: purple; }
<div id="header">stuff</div> 

apply CSS rules to an element
p strong {color: red; }
div#navigation a {color: white; }

 <div id="dropcap">The</div>

to end comment - */

body {
margin: 10; 
padding: 10;
font-size: 10pt; 
font-family: Verdana; 
}

body {background: #ccccff;}
body {background: #003366;}
body {line-height: 2.0em;}
body {color: black; background: #FFFFCC; }
body {color: black; background: #cc9933; }
body {font-size:10px; font-family:"Comic Sans MS", Verdana, Arial, Helvetica}

p.text {font: 0.8em Verdana, Arial}

.text {
font-family: Verdana,arial,helvetca "sans serif";
font-size: 13px;
letter-spacing: .0em;
color: #000;
line-height: 1.4em;
}
.text {font-family: Verdana; font-size: 10pt; color: black; }



/* border: dotted #306; border-width: 1px 0; padding: 5px 30px; background: #fff; color: #446; }
*/



a:link	{font-size: 10pt; font-family: Verdana; text-decoration: none; color: blue;   padding-left: 0px; padding-right: 5px;}
a:visited	{font-size: 10pt; font-family: Verdana; text-decoration: none; color: blue;   padding-left: 0px; padding-right: 5px;}
a:hover	{font-size: 10pt; font-family: Verdana; text-decoration: none; color: red;    padding-left: 0px; padding-right: 5px;  background-color: silver;}
a:active	{font-size: 10pt; font-family: Verdana; text-decoration: none; color: silver; padding-left: 0px; padding-right: 5px;}

a:link	{font-size: 12px; font-family: Verdana; text-decoration: none; color: gray;  padding:4}
a:visited 	{font-size: 12px; font-family: Verdana; text-decoration: none; color: gray; padding:4}
a:hover 	{font-size: 12px; font-family: Verdana; text-decoration: none; color: blue; background-color: silver; padding:3; font-style:bold;}
a:active 	{color: silver; padding:4}

a.darklinks:link    {font-size: 10pt; font-family: Verdana; font-weight: bold; text-decoration: none; color: white;  padding-left: 15px; padding-right: 15px;}
a.darklinks:visited {font-size: 10pt; font-family: Verdana; font-weight: bold; text-decoration: none; color: white;  padding-left: 15px; padding-right: 15px;}
a.darklinks:hover   {font-size: 10pt; font-family: Verdana; font-weight: bold; text-decoration: none; color: blue; padding-left: 15px; padding-right: 15px;  background-color: silver;}
a.darklinks:active  {font-size: 10pt; font-family: Verdana; font-weight: bold; text-decoration: none; color: silver; padding-left: 15px; padding-right: 15px;}


/*Class selectors are created by typing a dot followed by the class name.
*/

.EP_table {
font-family:  Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
line-height: 1.6em;
background-color: #ccccff; 
}

.EP_logofont { 
font-family: Verdana,arial,helvetca "sans serif"; 
font-size: 36px; 
letter-spacing: .0em; 
color: #990000; 
line-height: 1.4em; 
font-weight:bold}  

.EP_largefont { 
font-family: Verdana,arial,helvetca "sans serif"; 
font-size: 32px; 
letter-spacing: .0em; 
color: #990000; 
line-height: 1.4em; 
font-weight:bold}  

.EP_boldfont{ 
font-family: Verdana,arial,helvetca "sans serif"; 
font-size: 14px; 
letter-spacing: .0em; 
color: #990000; 
line-height: 1em; 
font-weight:bold}  

#dropcap{
color:black;padding-top: 4px;padding-right:5px;padding-left:0px;
margin-top: 0;
float: left;
position: relative;
top: 0;
font: 36px/24px Verdana, Helvetica, Arial;


.table {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
cellpadding: 15px;
}

//table {background: #FFFFCC;}

.font2{
color: #000000;
font-family: Verdana, Arial, Helvetica;
font-weight: normal;
font-size: 12px;
line-height: 1.7em;}

h1{
color: #663300;
font-family: "Comic Sans MS", Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 18px;
line-height: 1.2em;}

