﻿@media handheld {

	.selector-01 {
		padding: 0;
		margin: 0;
		}
	.selector-02 {
		padding: 0;
		margin: 0;
		}
	.selector-03 {
		padding: 0;
		margin: 0;
		}

}

html body {font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; color: #666666;
	font-style: italic;
	background-color:#FFFFFF;
	height: 100%;
	 
}

* {
	float: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

#content img { 
	max-width: 250px;
	}

.center {
	width: 100%; !important;
	text-align: center;
	}
a:link {color: #b70000; text-decoration: underline; }
a:hover {color:black; text-decoration: underline;}

html {
	-webkit-text-size-adjust: none;
	}
	
#include, #footer {
	display: none;
	}