/* CSS Document *//*DO NOT LEAVE SPACES BW value and the units- do this 20px, not 20 pxselector {property: value}body {color: black}p{text-align: center;color: black;font-family: arial}h1, h2, h3, h4,h5,h6{color: green}p.right {text-align: right}p.center {text-align: center}/in html:<p class="right"></p>more than one class per element:<p class="center bold"></p>div.one{direction: rtl}div.two{direction: ltr}*/<html><style type="text/css">table.one{table-layout: fixed;}table.two{table-layout: fixed}/*menu begin*/ul#menu{	margin:0;	padding:0;	list-style-type:none;	width: auto;	position: center;	font-size:14px;	font-weight:bold;	font-family: sans serif, helvetica, arial;	text-transform: uppercase;	text-align: center;}ul#menu li{	float:left;	margin:0;	pading:0;}	ul#menu li a{	float:center;	color:#ffffff;	text-decoration:none;	font-weight:bold;	padding: 12px;	font-size:14px;}ul#menu li a:hover{		color:#000000;	}/*menu end*/body{background-color: #6D9AA5;}h1 /*page title header*/{font-family: sans serif, helvetica, arial;font-size: 120%;font-weight: 800;color: #000000;text-transform: uppercase;text-align: center;}h2 /*FAQ headers, contact us*/{font-family: sans serif, helvetica, arial;font-size: 110%;font-weight: 800;color: #000000;text-align: center;line-height: 80%;}h3 /*animal names*/{font-family: sans serif, helvetica, arial;font-size: 110%;font-weight: 800;color: #000000;text-align: left;line-height: 110%;}p1 /*white text in banner*/{font-family: sans serif, helvetica, arial;font-size: 12px;font-weight: 200;color: #ffffff;letter-spacing: 1px;line-height: 130%;text-align: center;}p2 /*regular text in body*/{font-family: sans serif, helvetica, arial;font-size: 14px;color: #000000;text-align: left;line-height: 130%;}p3 /*FAQ text*/{font-family: sans serif, helvetica, arial;font-size: 80%;color: #000000;text-align: center;line-height: 110%;}p4 /*animal text*/{font-family: sans serif, helvetica, arial;font-size: 80%;color: #000000;text-align: left;line-height: 110%;}a /*footer text*/{font-family: sans serif, helvetica, arial;text-align: center;font-size: 90%;font-weight: normal;text-decoration: none;text-decoration: underline;line-height: .01cm;}a:link {color: #6D9AA5}     /* unvisited link */a:visited {color: #6D9AA5}  /* visited link */a:hover {color: #BBBDBF}   /* mouse over link */</style></html>