   body {
	margin:      0;
	padding:     10px 20px;
	background:  url(backgrounds/6.jpg) #fff top left fixed repeat;
	color:       #000;
	font-family: "times new roman", arial, sans-serif;
	font-size:   100%;
   }

   a:link, a:visited,
   a:hover, a:focus,
   a:active {
	background:      transparent;
	color:           #00f;
	font-family:     arial;
	font-size:       90%;
	font-weight:     bold;
	text-decoration: none;
   }

   a:hover, a:focus {
	color:           #f00;
	text-decoration: underline;
   }

   img {
	border: 0;
   }

   strong, b {
	font-weight: bold;
   }


   div#main {
	margin:        10px 0;
	padding:       10px 0;
	border-top:    3px solid #f00;
	border-bottom: 3px solid #f00;
   }

   a#amazon {
	display:    block;
	padding:    65px 0 0 0;
	background: url(b/amazon1.gif) transparent top center no-repeat;
	font-size:  70%;
	text-align: center;
   }
   p#vice-city {
	padding:    15px 0 20px 0;
	text-align: right;
   }
   a#vice-city-link {
	padding:    38px 100px 38px 0;
	background: url(images/vice_city_logo.gif) transparent top right no-repeat;
   }

   .date {
	font-weight: bold;
	font-size:   100%;
   }

   .heading {
	font-weight:    bold;
	text-align:     right;
	vertical-align: top;
   }

   .contact-error {
	display:         block;
	background:      transparent;
	color:           red;
	font-size:       80%;
	font-weight:     bold;
	text-decoration: none;
   }

   .successfully {
	font-weight: bold;
   }