@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body	{background-color:#D3D3D3;}

p	{font-family: Montserrat, "arial CE", arial, sans-serif; color:#000000; font-size:10pt;}
p2	{font-family: Montserrat, "arial CE", arial, sans-serif; color:white; font-size:10pt;}
td	{font-family: Montserrat, "arial CE", arial, sans-serif; color:#000000; font-size:10pt; text-align:center;}


/* Style the header */
header {
  background-color: #666;
  text-color: white;
}

a:link, a:visited {
  width: 170px;
  background-color: #D3D3D3; 
  color: #660000;
  padding: 5px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  background-color: #ffffff;
}

a:active {
  background-color: #666666;
}

/* CSS Document */
#headmenu {color: white; margin: 0px 5px 5px 0; border-radius: 5px; background: #666666; width: 100%; float: center;}

