/*
  Style sheet for Dick Valentine web site
*/
 
body { background-color: #000000; color: #80A8F5;
       text-align:left;
       font-family: Verdana, Arial, SanSerif;
       /* font-size: 13pt */ }
 
/* a {text-decoration: underline; font-weight: bold} */
 
a:link { text-decoration: underline; font-weight: bold; color: #00A0D0; }
 
a:visited { text-decoration: underline; font-weight: bold; color: #00A0D0; }
 
a:hover { text-decoration: underline; font-weight: bold; color: ivory; background: #0088E5; }

a:hover name { text-decoration: none; font-weight: normal; color: #cc00cc; background: #000000; }
 
h1 { text-align:center; font-family: Verdana, Arial, SanSerif;
     font-style: small-caps; /* font-size: 20pt; */ }
 
h2 { text-align:left; font-family: Verdana, Arial, SanSerif; /* font-size: 16pt; */ }
 
h3 { text-align:left; font-family: Verdana, Arial, SanSerif; /* font-size: 14pt; */ }
 
h4 { text-align:left; font-family: Verdana, Arial, SanSerif; /* font-size: 14pt; */ }
 
p  { font-family: Verdana, Arial, SanSerif;
     /* font-size: 13pt; */
     line-height: 1.2;
     text-align:left;
     font-weight: normal; color: ivory; text-decoration: none;
     visibility: visible }
 
dl { font-family: Verdana, Arial, SanSerif;
     /* font-size: 13pt; */
     text-align:left;
     font-weight: normal; color: ivory; text-decoration: none;
     visibility: visible }
 
dt { font-family: Verdana, Arial, SanSerif;
     /* font-size: 13pt; */
     text-align:left;
     font-weight: bold; color: white; text-decoration: none;
     visibility: visible }
 
dd { font-family: Verdana, Arial, SanSerif;
     /* font-size: 13pt; */
     text-align:left;
     line-height: 1.2;
     font-weight: normal; color: ivory; text-decoration: none;
     visibility: visible }
 
td { font-family: Verdana, Arial, SanSerif;
     /* font-size: 13pt; */
     font-weight: normal; color: ivory; text-decoration: none;
     visibility: visible }
 
li { font-family: Verdana, Arial, SanSerif;
     /* font-size: 13pt; */
     text-align:left;
     line-height: 20pt;
     font-weight: normal; color: ivory; text-decoration: none;
     visibility: visible }
 
blockquote { line-height: 1.2; }
 
hr { width: 80%; align: center }
 
a:link img { border: 1px solid #000000; }
 
a:visited img { border: 1px solid #000000; }
 
a:hover img { border: 1px solid #00A0D0; background: #FFFFFF; }
 
img { border: 0px; }
