﻿/* syn_white.css */


a:link {color:blue;}    /* unvisited link */
a:visited {color:purple;} /* visited link */
a:hover {color:green;}   /* mouse over link */
a:active {color:red;}  /* selected link */
a:focus
{
color:yellow;
background-color:black;
text-decoration: none;
text-align: center; 
 /* selected link */
}

a img 
{ 
/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	}


body
{
background-color:white;
margin-left: 5%; 
margin-right: 5%;

}

h1
        {
	color:white;
	font-weight:bold;
	background-color:black;
	text-align:center;
	padding:10px 0px 10ox 0px;
        font-size:42px;
        font-family:"Trebuchet MS","sans-serif";
        }
h2
        {
	color:red;
	font-weight:bold;
        text-align:center;
margin-top:20.0pt;
	background-color:silver;

        margin-bottom:6.0pt;
        line-height:115%;
        font-size:26.0pt;
        font-family:"Trebuchet MS","sans-serif";
        }
h3
        {
        margin-top:10.0pt;
        margin-bottom:1pt;
        line-height:115%;
        font-size:24.0pt;
        font-family:"Trebuchet MS","sans-serif";
        color:#7030A0;
        font-weight:normal;
        font-style:italic;
        }

h4
{
		color:blue;
	font-weight:bold;
	text-align:left;
        font-size:2em;
        font-family:"Trebuchet MS","sans-serif";

}

h5
{
font-size:10.0pt;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}


p
{
font-size:1.25em;
font-family:Arial, Helvetica, sans-serif;
color:black;
}


p.contact 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:16px;
color:maroon;
background-color:gray;
text-align:left;
font-weight:bold;
text-indent:0px;
border:1px solid black; 
padding:5px 0px 5px 25px; 
}

p.link 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:32px;
color:white;
background-color:silver;
text-align:center;
font-weight:bold;
border:2px solid silver; 
padding:5px 5px 5px 25px;
}


ul
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:maroon;
list-style-type:circle;
font-weight:normal;
} 

.hdrsub
{
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
color:maroon;
font-weight:normal;
} 

.SynLogo
{
font-family:Arial, Helvetica, sans-serif;
font-size:32px;
color:green;
font-weight:bold;
font-style:italic;
} 

.Note 
{
font-family:Verdana, Geneva, sans-serif; 
color:blue;
background-color:transparent;
font-size:32px;
text-align:left;
font-weight:bold;

}

