<STYLE TYPE="text/css">

/* First -- zero out troublesome defaults set by some browsers */
HTML, BODY, UL, OL, LI, P, H1, H2, H3, H4, H5, H6, FORM, FIELDSET, A {
margin: 0;
padding: 0;
border: 0;}

/* 1- percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts. 2-some Opera will draw a default font-size of 100% too small. Safari, a problem with a font-size of 101%. */
/* Red #EO3010		Blue #2222FF	Gold #C3B050*/
body, html {
font-size: 100.01%;
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
color: #333333;
background-color: #CCC;
}

/* Set default font size, line height, margin */
ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DIR, FORM, MENU, OL, P, UL {
font-size: 13px;
line-height: 1.3em;
}


A:link {color: red;
background: transparent;
//text-decoration: underline;
}

A:visited {color: purple;
background: transparent;
//text-decoration: underline;
}

A:hover {
  text-decoration: underline;
}

A:active {
color: green;
background: transparent;
text-decoration: none;}

/* Above A items must remain in the order link-visited-hover-active due to specificity/inheritance */

ADDRESS {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif;}

BIG {font-size: 15px;}

BLOCKQUOTE {
margin: 0em 10% 0em 10%;
}

CITE {font-style: italic;}

CODE, KBD, SAMP, TT {
font-size: 1em;
font-family: monospace;}

DT {font-weight: bold;}

H1, H2, H3, H4, H5, H6 {
color: #2222FF;
}

H1 {margin: 1em 0% .5em 0%;
font-size: 20px;
font-style: italic;
font-weight: bold;}

H2 {margin: 1em 0% .5em 0%;
font-size: 18px;
font-weight: bold;}

H3 {margin: 1em 0% .2em 0%;
font-size: 16px;
font-style: italic;
font-weight: bold;}

H4 {margin: 1em 0% 0em 0%;
font-size: 14px;
font-style: normal;
font-weight: bold;}

H5 {margin: 0em 0% 0em 18%;
font-size: 13px;
font-style: normal;
font-weight: bold;}

H6 {margin: 0em 0% 0em 0%;
font-size: 13px;
font-style: normal;
font-weight: bold;}

INPUT {cursor: auto;}

OL, UL {
margin: 0em 0% 1.5em 0%;
}

LI {
margin: 0em 0% .5em 0%;
}

P {margin: .5em 0% .75em 0%;
line-height: 1.3em;}

hr {
	margin: 1em 0.1em;
}

SAMP {font: 1em monospace;}

SMALL, SUB, SUP {font-size: 10px;}

TR {margin: 0em 0% 0em 0%;}
TH {margin: 0em 0% 0em 0%;}
TD {margin: 0em 0% 0em 0%;}

TEXTAREA {cursor: text;}


/* START DA CUSTOM STYLES */
#cont1 {
  max-width: 750px;
  width: expression(document.body.clientWidth > 750? "750px": "auto" );
  margin: 0px auto;
  background-color: #ffffff;
}

#top {
  width: 750px;
  height:99px;
  margin: 0,0,0,0;
  border-top: 1px solid #E03010;
  border-bottom: 1px solid #E03010;
}
#mainmenu {
  width: 750px;
  color: #2220D9;
  background-color: white;
  text-align: center;
}

#mainmenu, A:link {
  color: #2220D9;
	text-decoration: none;
}

#mainmenu, A:visited {
	color: #2220D9;
	text-decoration: none;
}

#mainmenu, A:hover {
  color: red;
}

#mainmenu, A:active {
	color: #2220D9;
}

#menu {
	width:750px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #2024FF;
	background-color: white;
}
.menu a {
	text-decoration:none;
	color: #2024FF;
}
.menu a:hover {
  color: #E03010;
}
#mid {
  width: 750px;
  min-height: 480px;
  margin: 0;
  padding: 0em 0px 2em 0px;
  background-color: #FCFEFC;
  background-image: url(/images/Waves4r.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#bott {
  clear: both;
  width: 750px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#bott A{
  text-decoration: none;
  color: #fff;
}

#bott1 {
  font-size: 14px;
  height: 1.3em;
  background-image: url(/images/dastrip3.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #fff;
}

#bott2 {
  font-size: 12px;
  color: #000;
  background-color: #ccc;
  padding: 8px 0px;
}

.ctr {
  margin 0em, 0, 0em, 0;
  text-align: center;
}

.left {
  float: left;
}

.tgt {
  width: 85%;
  margin: 0px auto;
  padding: 5px 12px 0 12px;
}
.date {
  text-align: right;
  float: right;
  font-size: .8em;
  color: gray;
}

.entry, BLOCKQUOTE {
  clear:both;
}

/* END my custom styles */

</STYLE>
