﻿/* sm_1.css */

a:link {color:#FFD700;}    /* unvisited link */
a:visited {color:aqua;} /* visited link */
a:hover {color:white;}   /* mouse over link */
a:active {color:green;}  /* selected link */
a:focus { color:lime;
background-color:black;
text-decoration: none;
text-align: center; 
}  /* selected link */

body
{
background-image:url('./bgimage/blegtext.gif');
background-repeat:repeat-y;
background-color:#FFFFFF; 
}

h1 
{
font-family:Arial, Helvetica, sans-serif;
color:red;
text-align:center;
font-size:3em;

}

h2 
{
font-family:Verdana, Geneva, sans-serif;
font-size:2.5em;
color:maroon;
text-align:center;
background-color:silver;
padding:5px 0px 10px 0px;
}
h3 
{
font-family:Verdana, Geneva, sans-serif; 
font-size:2em;
color:blue;
text-align:center;
background-color:silver; 
border-style:solid;
}

h4
{
font-family:times; 
font-size:1.75em;
color:brown;
text-align:left;
}

h5 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:2em;
color:black;
text-align:center;
border-style:none;
background-color:#9999FF; 
padding:4px 0px 8px 0px;

}
p 
{
font-family:Verdana, Geneva, sans-serif; 
color:black;
font-size:1.2em;
text-align:left;
}

ul
{
font-family:Arial, Helvetica, sans-serif; 
font-size:20px;
background-color:#9999FF;
list-style-type:square;
} 

table, td, th
{
border:1px solid blue;
}
th
{
background-color:blue;
color:white;
font-size:20px;

}
td
{
padding:5px;
font-size:20px;

}

p.contact 
{
font-family: Arial, Helvetica, sans-serif;
font-size:1.25em;
color:black;
text-align:left;
border-style:none;
background-color:gray; 
padding:5px 0px 5px 25px; 
}

p.link 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:32px;
color:white;
background-color:black;
text-align:center;
font-weight:bold;
border:2px solid silver; 
padding:5px 5px 5px 5px;
}

.valid
{
	background-color: black; 
	padding: 6px 0px 4px 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1em; 
	color:yellow; 
	text-align:left; 
	font-weight:normal;

}

.CVblock
{
background-color: black;
padding: 6px 4px 6px 4px;
font-family:Arial, Helvetica, sans-serif;  
font-size:.8em;
color:yellow;
text-align:left;
font-weight:bold;
}

