/* CSS file for mobile version of your website */

.mymobileheader {
background-color:#FFFFFF;
color:#000000;
}

.mymobilecontentarea {
background-color:#FFFFFF;
color:#000000;
}

.mymobilecontentarea h1,.mymobilecontentarea h2 {
color:#000000;
}

.mymobilefooter {
background-color:#000000;
color:#FFFFFF;
border-top:8px solid #ccc;
padding-top:15px;
border-bottom:none;
}

.mymobilefooter a:link, .mymobilefooter a:hover, .mymobilefooter a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}