/* CSS Document */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-image: 
border-left: 5px #C63184 none;
border-right: 5px #c63184 none;
color: #000000;
font-size: 14px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color: #000000;
font-size: 10px;
font-weight: bold;
font-style: normal;
border: none;}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
border: none;
color: #000000;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

a:link {
color: #F73973;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
}

a:visited {

color: #F73973;
font-weight: bold;
}

.style1 {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color: #000000;
font-size: 24px;
font-weight: bold;
font-style: normal;
}

.style2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #f23871;
font-size: 24px;
font-weight:bold;
font-style:normal;
}

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
 #primary { width:67%; }
 #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
 #primary { width:100%; }
 #secondary { width:100%; margin:0; border:none; }
 
}

img {
    max-width: 100%;
    height: auto;
}