﻿body {
	line-height: 1.2;
	font-family: Times New Roman, sans-serif;
	font-size: 20px;
	background-color: #C0C0C0;
}


a:link, a:visited { color: #0000ff; text-decoration: underline } 
a:active, a:hover { color: #0000ff; text-decoration: none; }

p {
	font-size: 20px;
	text-align: justify;
}

 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #808080;
}

li {
  float: left;
  border-right:1px solid #808080;
}

li:last-child {
  border-right: none;
}
 
 li a {
  display: block;
  padding: 8px;
  background-color: #808080;
}

div
 {
 text-align: justify;
 font-size: 20px;
 width: 100%;
 }
 

h1
 {
 text-align: justify;
 font-size: 24px;
 }
 
h2
 {
 text-align: justify;
 font-size: 20px;
 }

h3
 {
 text-align: justify;
 font-size: 20px;
 }
 
 -toggle { -webkit-tap-highlight-color: transparent; }
 