﻿/* syn_1.css */

a:link {color:#f5f500;}    /* unvisited link */
a:visited {color:#66ffff;} /* visited link */
a:hover {color:#f0f8ff;}   /* mouse over link */
a:active {color:#7fff00; background-color:#006400;}  /* selected link */
a:focus {color:black; background-color:silver; padding:2px 4px 5px 4px} /* tab focus */
body
{
margin-left: 5%; 
margin-right: 5%;
background-image:url('Background/autobkgnd.gif');
}
h1 
{
font-family:Verdana, Geneva, sans-serif; 
font-size:32px;
background-color:black;
color:white;
text-align:center;
text-decoration:none;
}
h2 
{
font-family:Verdana, Geneva, sans-serif;
font-size:26px;
text-indent:50px;
color:yellow;
background-color:brown;
}
h3 
{
font-family:Verdana, Geneva, sans-serif; 
font-size:20px;
font-weight:bold;
color:#9999FF; 
text-align:left;
text-indent:30px;
border-style:none;
text-decoration:none;
}
h4
{
font-family:Verdana, Geneva, sans-serif; 
font-size:18px;
font-weight:bold;
color:#FF9933;
text-align:left;
text-indent:20px;
}
h5 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:1.2em;
color:#FFFF66;
background-color:gray;
text-align:left;
border-style:none;
font-weight:bold;
text-indent:0px;
border:1px solid black; 
padding:5px 0px 5px 25px; 
}
h6 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:1em;
color:maroon;
background-color:silver;

text-align:center;
text-decoration:none;
font-weight:bold;
border:1px solid gray; 

padding:5px 0px 5px 0px; 

}
p 
{
font-family:Verdana, Geneva, sans-serif; 
color:white;
font-size:22px;
text-align:left;
}

p.link 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:2em;
color:white;
background-color:black;
text-align:center;
font-weight:bold;
border:2px solid silver; 
padding:5px 5px 5px 5px;
}

p.contact 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:1em;
color:maroon;
background-color:gray;
text-align:left;
font-weight:bold;
text-indent:0px;
border:1px solid black; 
padding:5px 0px 5px 25px; 
}

ul
{
font-family:arial;
font-size:26px;
color:#FFFF00;
list-style-type:square;
font-weight:bold;
} 

ol
{
font-family:arial;
font-size:24px;
color:#00FF00;
font-weight:bold;
} 

table, td, th
{
border:1px solid green;
}

td
{
background-color:white;
color:black;
}


th
{
background-color:green;
color:white;
}

.CVblock
{
background-color: black;
padding: 6px 4px 6px 4px;
font-family:Arial, Helvetica, sans-serif;  
font-size:1em;
color:yellow;
text-align:left;
font-weight:normal;
}


figcaption
{
text-align:center; 
font-style:italic; 
color:aqua; 
font-weight:normal; 
font-size:1.25em;
background-color:gray;	
}