body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

div.printlandscape   { 
writing-mode: tb-rl;
height: 80%;
margin: 10% 0%;
}


/* Tables and Cells */

#dontprint   {  /* use for any table element you don't want to be printed */
	display: none;
}

#topblue   {  /* top blue area of the page that includes the logo */
	display: none;
}

#contentable  {
 font-family: Georgia, Times New Roman, Times, serif;
 color: #000000;
 padding-left: 10px;
 }
 
 #contentable td {
 padding-left: 10px;
 }
 
#contentable td A:link {
 color: #0000CC;
 text-decoration: underline;
}
 
#contentable td A:visited {
 color: #663399;
 text-decoration: underline;
}
 
#contentable td A:hover {
 color: #003399;
 text-decoration: underline;
}

#leftnav  {
	width: 160px;
	background-color: #ccddee;
	display: none;
}

/* Header Table Properties */

#headertable {
	background-color: #BBBBDD;
	width: 100%;
}

#headercolumn1 {
	width: 200px;
}

#headercolumn2 {
	width: 262px;
	text-align: left;
	position: absolute;
	left: 250px;
}

#headercolumn3 {
	text-align: right;
	position: relative;
}

/* Top Navigation */

 #navtable {
 	display: none;
 }

#navcolumn1 {
 	border-right: 1px solid #fff;
	width: 75px;
}

#home #navcolumn1 {
 	background-color: #CCDDEE;
} 

#navcolumn1 a:hover {
 	width: 100%;
	background-color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

#navcolumn2 {
 	border-right: 1px solid #fff;
	width: 65px;
}

#care #navcolumn2 {
   	background-color: #CCDDEE;
}

#navcolumn2 a:hover {
 	width: 100%;
	background-color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

#navcolumn3 {
 	border-right: 1px solid #fff;
	width: 235px;
}

#conditions #navcolumn3 {
   	background-color: #CCDDEE;
}

#navcolumn3 a:hover {
 	width: 100%;
	background-color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

#navcolumn4 {
 	border-right: 1px solid #fff;
	width: 120px;
}


#BeHealthy #navcolumn4 {
   	background-color: #CCDDEE;
}

#navcolumn4 a:hover {
 	width: 100%;
	background-color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

#navcolumn5 {
 	border-right: 1px solid #fff;
	width: 130px;
}

#navcolumn5 a:hover {
 	width: 100%;
	background-color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

#navcolumn6 {
	border-right: 1px solid #fff;
	width: 135px;
	text-align: center;
}

#navcolumn6 a:hover {
 	width: 100%;
	background-color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
 
 /* Homepage top content table*/

#toptable td {
	vertical-align: top;
	horizontal-align: left;
	padding-top: 10px;

 }
 
#topcolumn1 { /* flash animation will go here */
	display: none;
}	
 
#topcolumn2 { 
	 border: 0px;
     padding-left: 8px;
	 vertical-align: top;
}


#topcolumn3 {
	border: 0px;
	padding: 0 0 10px 8px;
}

#bottomcolumn1 {
	border-top: 1px solid #BBBBDD;
	border-bottom: 1px solid #BBBBDD;
	padding: 8 8 0 8px;
	vertical-align: top;
}

#bottomcolumn2 {
	border-top: 1px solid #BBBBDD;
	border-bottom: 1px solid #BBBBDD;
	padding: 8 8 0 8px;
	vertical-align: top;
}

#bottomcolumn3 {
	border-top: 1px solid #BBBBDD;
	border-bottom: 1px solid #BBBBDD;
	padding: 8 8 0 8px;
	vertical-align: top;
}

/* Homepage gateway table and disclaimer */ 
 
#homegatewaytable {
	padding: 8px
}

#gatewaycolumn {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displays at 8px */
}


/* Main content table on gateway pages */

#gatewaymain {
	vertical-align: top;
	horizontal-align: left;
	width: 100%;
 }
 
#gatewaymaincolumn1 {
	padding: 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displays at 8px */
	vertical-align: top;
	width: 230px; 
}	
 
#gatewaymaincolumn2 { 
	padding: 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displays at 8px */
	vertical-align: top;
	width: 190px; 
}

#gatewaymaincolumn3 {
	padding: 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displays at 8px */
	vertical-align: top;
	width: 190px; 
}

#gatewaymaincolumn4 {
	padding: 8px;
	vertical-align: top;
	horizontal-align: center;
}


/* Main Content Table Properties */

#maintable td {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
 }

#farleftcolumn {
 	width: 150px;
	background-color: #99BBDD;
	font-size: 68.75%;
}
 
#middletopcell {
    padding: 8px;
 	width: 420px;
	font-size: 68.75%;
 }
 
#contentleft {
 	width: 210px;
 }
 
#contentmiddle {
 	width: 210px;
 }
 
#contentmain td {
	padding-left: 10px;
}
 
#contentright {
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
 }
 
#farrightcolumn {
	padding: 8px;
 	width: 190px;
	font-size: 68.75%;
 }
 
#leftnav  {
width: 160px;
background-color: #ccddee;
}
 
 /* Form main table */
 
 #formtable  {
 	background-color: #CCDDEE;
}
 
 /* Far right table with action links*/
 
  #actiontable1 { /*this is the top of the table*/
 	background-color: #BBBBDD;
	text-align: center;
	border: 1px solid #000066;
	width: 100%;
 }
 
   #actiontable2 { /*this is the bottom of the table with the links*/
 	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
	width: 100%;
 }
 /* Left Navigation */

#navcontainer /* This is for most subnav links (except the very first one)*/
{
	width: 160px;
}

#navcontainer a
{
	display: block;
	padding: 4px;
	background-color: #ccddee;
	border-bottom: 1px solid #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000066;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #000066;
	color: #fff;
}

#navcontainertop /* The only difference with this one is that it adds a line above and below- for single links in the left nav */
{
	width: 160px;
	margin: 0px;
	padding: 0px;
}

#navcontainertop a 
{
	display: block;
	padding: 4px;
	background-color: #ccddee;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#navcontainertop a:link, #navlist a:visited
{
	color: #000066;
	text-decoration: none;
}

#navcontainertop a:hover
{
	background-color: #000066;
	color: #fff;
}

#navcontainerlogo  
{
	display: block;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #ccddee;
}

#navcontainerlogogrey 
{
	display: block;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #e9e9e9;
}

#paddingright { /* for table cells that need right padding of 10 */
	padding: 0px 10px 0px 0px;
}

#paddingleft { /* for table cells that need right padding of 10 */
	padding: 0px 0px 0px 10px;
}

/* Text Formatting */

p  {
	margin-bottom: 0.7em;
	margin-top: 0.5em; 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em; /* displayed at 8px */
	color: #000000;
	text-decoration: none; 
}

span  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	color: #000000;
	text-decoration: none;
 }

  .contenttext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	color: #000000;
	text-decoration: none;
 }
  
  .contenttextbold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	color: #000000;
	font-weight: bold;
	text-decoration: none;
 }
 
   
  .bluetextbold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	color: #000066;
	font-weight: bold;
	text-decoration: none;
 }
 
 .date {
 	font-family: Georgia, Times New Roman, Times, serif;
	color: #fff;
	font-size: .8em; /* displayed at 11px */
	font-weight: bold; 
	text-align: center;   
}
 
 h1 {
     font-family: Georgia, Times New Roman, Times, serif;
     font-size: 1.4em; 
     font-weight: bold;
     color: #000066;
     text-decoration: none;
     line-height: normal;
     padding-bottom: 4px;
     margin: 0;
} 

 
 h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em; /* displayed at 9px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: normal;
	padding-bottom: 3px;
	margin: 0;
}

 h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: normal;
	padding-bottom: 3px;
	margin: 0px;
}

 h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: normal;
	padding-bottom: 3px;
	margin: 0px;
}

 h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: normal;
	padding-bottom: 4px;
	padding-top: 12px;
	margin: 0px;
}

.hospitalintro  {
	margin-top: 0px;
	margin-right: .4em;
}


.nav  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	color: #0000CC;
	text-decoration: underline;
	line-height: normal;
	margin-bottom: 7px;
	padding-bottom: 7px;	
 }
 
.nav a:visited {
	color: #663399;
}

.nav a:hover {
	color: #003399;
}

A.navhead:link {
	font-family: Georgia, Times New Roman, Times, serif; 
	color: #000066; 
	font-size: 1em; /* displayed at 8px */ 
	font-weight: bold; 
	line-height: normal;
	margin-bottom: 7px;
	padding-bottom: 7px;	
}

A.navhead:visited {
	color: #639;		
}

A.navhead:hover {
	color: #039;
}

.navlink {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #006666;
	font-weight: bold;
	font-size: .8em; /* displayed at 8px */
	text-align: center;
	text-decoration: none;
	
}

.navlink A:link {
	color: #000066;
	text-decoration: none;
}

.navlink A:visited {
	color: #000066;
	text-decoration: none;
}

.navlink A:hover {
	color: #fff;
	text-decoration: none;
}

.bottomnavlink {
	display: none;
}

.footeradam {
  	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em 
}

.blueheader {
	display:block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #000066;
	margin: 6px 0px 6px 0px;
} 

.leftheader {
	display:block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em; /* displayed at 11px */
	font-weight: bold;
	text-align: left;
	color: #99BBDD;
	background-color: #000066;
	border-style: none;
	height: 16px;
	padding: 3px;
	line-height: normal;
} 

#leftcontent { /* This is for non-linking content in the left gutter */
	display: block;
	padding: 3px 0px 3px 3px;
	background-color: #99BBDD;
	font-size: 1.1em; /* displayed at 11px */
	color: #000066;
	text-decoration: none;
}

.leftnavtextbold {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000066;
	text-decoration: none;
	font-size: 1.1em; /* displayed at 11px */
	font-weight: bold;
	line-height: normal;
}

/* Links */
 
.link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	line-height: normal;
	color: #0000CC;
	text-decoration: underline;
}

.breadcrumb {
	display: none;
}

.breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* displayed at 7 px */
	color: #0000CC;
	text-decoration: underline;
}

h3 a:link,
span a:link,
p a:link,
.bottomnavlink a:link,
.actionlink a:link,
.listlinklessspace a:link,
.listlinkmorespace a:link,
.link a:link,
.listlink a:link { 
   color: #0000CC; 
} 

h3 a:visited,
span a:visited,
p a:visited,
.bottomnavlink a:visited,
.actionlink a:visited,
.listlinklessspace a:visited,
.listlinkmorespace a:visited,
.link a:visited,
.listlink a:visited{ 
   color: #0000CC; 
} 

h3 a:hover,
span a:hover,
p a:hover,
.bottomnavlink a:hover,
.actionlink a:hover,
.listlinklessspace a:hover,
.listlinkmorespace a:hover,
.link a:hover,
.listlink a:hover,
.breadcrumb a:hover { 
   color: #0000CC; 
} 


.listlink{  /* Links in a vertical list-- gives extra space.  If the link wraps, use content link class for no extra space on that link */
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0000CC;
	text-decoration: underline;
	font-size: .9em; /* displayed at 8px */
	line-height: normal;
	margin: 0px 0px 7px 0px;
	padding: 0;	
}

.listlinkhome{ /*difference is that it's padded more on left side*/
      font-family: Georgia, Times New Roman, Times, serif;
      color: #0000CC;
      text-decoration: underline;
      font-size: .9em; /* displayed at 8px */
      line-height: normal;
      margin: 0px 0px 7px 0px;
      padding-left: 18px; 
}


.listlinkhome a:visited {
	color: #0000CC;
}

.listlinkhome a:hover {
	color: #0000CC;
}

.listlinkmorespace{ /* To be used for a link in a list that needs to be set apart a little */
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0000CC;
	text-decoration: underline;
	font-size: .8em; /* displayed at 8px */
	line-height: 160%;
	margin: 0;
	padding: 7px 0 0 0;	
}


.listlinklessspace{ /* To be used for a link in a list that needs to be set apart a little */
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0000CC;
	text-decoration: underline;
	font-size: .8em; /* displayed at 8px */
	line-height: 160%;
	margin: -10;
	padding: 0 0 0 0;	
}

.actionlink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em; /* i'm not sure why, but displays at 8px */
	line-height: normal;
	color: #0000CC;
	text-decoration: underline;
	padding: 0 0 20px 0;
}

.actionlinkhome {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em; /* displays at about 11 pixels */
	font-weight: bold;
	line-height: normal;
	color: #000099;
	text-decoration: none;
	padding: 0 0 20px 0;
}

.actionlinkhome a:link {
	color: #000099;
}

.actionlinkhome a:visited{
	color: #000099;
}

.actionlinkhome a: hover {
	color: #000099;
}

.textlinkwhite {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .7em; /* displayed at 7px */	
}

.textlinkwhite A:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.textlinkwhite A:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.textlinkwhite A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.disclaimer {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000;
	font-size: .8em; /* displayed at 7px */
	text-align: center;
	text-decoration: none;
}

.disclaimer a:link {
	color: #0000CC;
	text-decoration: underline;
}

.disclaimer a:visited {
	color: #0000CC;
	text-decoration: underline;
}
	
.disclaimer a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.citation {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */
	font-style: italic;
	color: #000000;
	text-decoration: none;
 }

.citation a:link {
	color: #0000CC;
	text-decoration: underline;
}
 
.citation a:visited {
	color: #0000CC;
	text-decoration: underline;
}

.citation a:hover {
	color: #0000CC;
	text-decoration: underline;
}


/* Design Elements */
   
.rule { /* Light purple horizontal rule */
	border-top-width: 1px;
    border-top-style: solid;
    border-color: #BBBBDD; 
    margin: 0px;
	padding-top: 5px;
}

.verticalrule { /* Light purple vertical rule */
	background:  url(/img4/bbbbdd.gif) repeat-y; /* image repeats vertically */
	margin: 0;
	height: 100%;
}

hr {
    height: 1px;
    width: 100%;
    background: #BBBBDD;
    margin: 0;  
   }

#picleft {
	float: left; 
	padding-bottom: 0px; 
	position: relative;
} 

/* Lists and List Elements */

ul {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}

ul li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */ 
	background-image:   url(/img4/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .6em;
	margin: 0;
	margin-bottom: 4px;
}

ul li a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0000CC;
	text-decoration: underline;
}

ul li a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #663399;
}

ul li a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #003399;
}

ul li ul {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}

ul li p  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em; /* displayed at 8px */ 
}

ul li ul li  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em; /* displayed at 8px */ 
	background-image:   url(/img4/dash.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .6em;
	margin: 0;
	margin-bottom: 4px;
}


ol  {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0;
	margin-left: 10px;
}

ol li  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em; /* displayed at 8px */ 
	padding-left: 6px;
	margin: 0;
	margin-bottom: 4px;
}


/* Form elements */

form {
font-family: Georgia, Times New Roman, Times, serif;
font-size: .8em; /* displayed at 8px */
color: #000;
padding: 0;
}

#hospitalhome {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1em; /* displayed at 8px */
color: #000;
font-weight: bold;
padding: 2px;
background-color: #ccddee;
}

table#1pageform {
	font: .9em Georgia, Times New Roman, Times, serif;
	background-color: #CCDDEE;
	}

table#1pageform #formcaption {
	font: bold 1.2em Georgia, Times New Roman, Times, serif;
	color: #000066;
	}
	
table#2pageform {
	font: .9em Georgia, Times New Roman, Times, serif;
	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
	width: 192;
	}
	
#topline {
	font-weight: bold;
	}
	
#required {
	color: #c09;
	}

.formtext  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em; /* displayed at 8px */
	color: #000000;
}

.formtextbold  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em; /* within form displays at 8px */
	color: #000000;
	font-weight: bold;
}

.formbutton  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em; /* displays at 9px somehow*/
	font-weight: bold;
	color: #fff;
	background: #000066;
	border: 2px #E5E5E5 outset
}

.formbutton2  { /* use for mini doctor finder so it displays at correct font size*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.3em; /* displays at 8px in this table*/
	font-weight: bold;
	color: #fff;
	background: #000066;
	border: 2px #E5E5E5 outset
}

.topsearchbutton  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .7em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	background: #CCDDEE;
	border: 2px #E5E5E5 outset;
	margin-top: 1px;
} 

.topsearchfield  {
	font: bold .7em Georgia, Times New Roman, Times, serif;
	height: auto;
} 


.mdfinderinput {
	display: block;
	align: left;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Online ordering for Allina Labs */

.ordertitle {
	font-weight: bold; 
	font-size: .8em; 
	color: #099; 
	font-family: Georgia, Times New Roman, Times, serif; 
	text-decoration: none; 
	voice-family: inherit
}
.orderheadingtop {
	font-size: .8em; 
	color: #666; 
	font-family: Georgia, Times New Roman, Times, serif; 
	text-decoration: none; 
	voice-family: inherit
}
.orderdetailtitle {
	font-size: .8em; 
	color: #000; 
	font-family: Georgia, Times New Roman, Times, serif; 
	text-decoration: none; 
	voice-family: inherit
}
.orderbottomborder {
	border-bottom: #ccc 1px solid
}

/* Tour styles  */

#tour {
        text-align: center;
}
 
#tour table {
        width: 450px;
        background-color: #fff;
        border: solid 1px #ccc;
}
 
#tour img {
        border: solid 1px #666;
}
 
#tour #tourpic {
        background-color: #eee;
        text-align: center;
        padding: 10px;
}
 
#tour #tourcaption {
        padding: 10px;
}
 
#tour #controls {
        padding: 5px;
        text-align: center;
}
 
#tour #controls p {
        color: #ccc;
        padding: 5px;
        border-top: solid 1px #eee;
 
}
 
#tour #controls a, #tour #controls a:visited{
        text-decoration: none;
        color: #06c;
}
 
#tour #count {
        padding: 3px 6px 3px 3px;
        background-color: #eee;
        text-align: right;
}
 
#tour #count p {
        font-family: Georgia, Times New Roman, Times, serif;
		font-size: .8em;
        color: #666;
        text-align: right;
}

 /* Images and Multimedia */

.whitelogo  {
display: none;
}

.blacklogo  {
display: inline;
}

object, embed {  /* for getting rid of flash and other imbedded objects*/
    display: none;
}

.dontprint   {   /* use for any non-table elements you don't want to be printed */
	display: none;
}
.printonlylink {
display: inline;
font-family: Georgia, Times New Roman, Times, serif;
font-size; .8em; /* displayed at 8px */
color: #000066;
text-decoration: none;
}
