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

/* begins comment

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; }


to end comment - */


/* 
body {background-color: #003366; 
body {background-color: #ccccff; 
*/

body {background-color: #003366; 
margin: 10; 
padding: 10;
font-size: 10pt; 
font-family: Verdana; 
}

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.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.
*/

.EFRtable {
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; 
}

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

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

.EFRboldfont{ 
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;

