﻿/* autotronics.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-color:white; 
margin-left:2%; 
margin-right:2%; 
background-image:url('./bgimage/blegtext.gif');
background-repeat:repeat-y;
}

img
{
max-width: 100%;
height: auto;
}



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:10px;
color:white;
text-align:center;
}

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.pdf
{
font-family:Arial, Helvetica, sans-serif; 
font-size:1.6em;
color:black;
text-align:center;
border-style:none;
background-color:#9999FF; 
padding:4px 0px 8px 0px;
}



h6 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:1.75em;
color:blue;
text-align:left;
border-style:none;
background-color:#9999FF; 
padding:6px 0px 8px 30px;
}

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:26px;
background-color:#9999FF;
list-style-type:square;
padding:1px 20px 1px 20px;
} 

ol
{
font-family:Arial, Helvetica, sans-serif; 
font-size:26px;
background-color:#9999FF;
padding:1px 20px 1px 20px;
} 


table, td, th
{
border:1px solid blue;
}
th
{

font-family:Arial, Helvetica, sans-serif; 
background-color:blue;
color:white;
padding:0px 5px 0px 5px;
font-size:26px;
}

td
{
font-family:Arial, Helvetica, sans-serif; 
padding:5px;
font-size:24px;
}

p.contact 
{
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
color:black;
text-align:left;
font-weight:bold;
border-style:none;
background-color:silver; 
padding:5px 0px 5px 25px; 
}

.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;	
}

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:10px 5px 10px 5px;
line-height: 150%;
}

div.ctr
{
text-align: center;
}

div.img
{
margin: 5px; /*between image containers*/
border: 2px solid blue; /*image container*/
height: 225px;
width: auto;
float: right;
text-align: center;
background-color:white;
color:blue;
}	

p.caution 
{
font-family: Arial, Helvetica, sans-serif;
font-size:1.25em;
color:red;
text-align:left;
border-style:none;
background-color:gray; 
padding:5px 5px 5px 25px; 
}

figcaption
{
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
color:blue;
text-align:center;
background-color:transparent; 
font-style:italic;
}

.address
{
font-family:Verdana, Geneva, sans-serif; 
font-size:1em;
color:white;
text-align:center;
font-weight:normal;
background-color:gray;
padding:10px 0px 10px 0px;

}

