﻿

body{
  background-image: url(mens-formalwear-imgs/stbg.jpg);
  margin: 0px 0px 0px 0px;
  }
  
a:link {
   color: #E6E6E6;
   font-size: 18px;
        }
a:visited {
    color: #E6E6E6;
    font-size: 18px;
        }
a:hover { 
     color:#969696;
     text-decoration: none;
     font-size: 18px;
        }
        
a#button {
     text-decoration:none;
     color:#000000;
     font-weight:bold;
     border:3px solid;
     padding:2px;
     border-color:#000000 #B5B5B5 #B5B5B5 #000000;
     background:#FFFFFF;
}
a:hover#button {
     border-color: #B5B5B5 #000000 #000000 #B5B5B5;
     color:#000000;
}        
.head {
   font-family: verdana;
   color: #999966;
   font-size: 30px;
   text-align: center;
   font-weight: bolder;
   
          }
.head2 {
   font-family: verdana;
   color: #ADAD85;
   font-size: 38px;
   text-align: center;
   font-weight: bolder;
   
          }
          
.main {
   font-family: verdana;
   color: #CCCCCC;
   font-size: 18px;
   text-align: center;
          }
.main_blk {
	font-family: Verdana;
	color:white;
	font-size: 16px;
	text-align: center;
	background-color: #000000;
}

ul    {
   list-style-type: square;
   font-family: verdana;
   font-size: 18px;
   color: #CCCCCC;
      }
.cssbutton{
    background-color: #707070;
   	text-align: center;
    border: 2px #707070 outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
   color: white;
   
}

.cssbutton:hover{
    border-style: inset;
    background-color: #cccccc;
    color:black;
    padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
    color: black;
}
    

.center{
   	text-align: center;
}
  