/***********************************************/
				/* reset css*/
/***********************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*li{list-style:none;} Commented by KB 6/4/2009 */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;}/*vertical-align:text-top; Commented by KB 6/4/2009 */
/*sub{vertical-align:text-bottom;} Commented by KB 6/4/2009 */
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/***********************************************/

/***********************************************/
	         /* general styles */
/***********************************************/
body {
	background:url(/images/header_v2/top_shaded_bg.gif) repeat-x;
	margin: 0px;
	/*padding-top:10px;*/
	font: 11px Arial,Verdana,Geneva; 
	line-height:18px;  
	border-top:1px solid #ccc;
}

p,li,blockquote {
	color:#666;
}

table {
	color:#666;
}

#container {
	width:895px; 
	margin-left:53px;
	/*margin-left:130px;
	margin-left:auto; */
	margin-right:auto;
}

.orange { color:#f99d1c; }
.orangeBackground { background-color:#ff9d01; }
.blue { color:#1d7fa1; }
.green { color:#b6af12; }
.white { color:#fff; }
.gray { color:#333; }

.bold {	font-weight:bold; }
.float { float:left; }
.absolute { position:absolute; }
.relative { position:relative; }
.Hidden { display:none; }
.clearspacer { clear:both; height:0; line-height:0; font-size:0; }

ul.horizontal 
{
	margin-left:0px;
	padding:0px;
}

ul.horizontal li
{
	display: inline;
	list-style-type: none;
}

.linkLine { text-decoration:underline !important; }
.linkLine:hover { text-decoration:none !important; }


/***********************************************/
	/* header styles - see header_style.css */
/***********************************************/

/***********************************************/
				/* tab styles */
/***********************************************/
#tabs {
	height:20px;
	width:680px;
	font-size:93%;
	line-height:normal;
	z-index:2;
	margin-top:30px;
}

#tabs ul#nostyle, #tabs ul.nostyle {
	margin:0;
	padding:0;
	list-style:none;
}

ul#nostyle li, ul.nostyle li {
	float:left;
	background:url("left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	list-style-type:none !important;
}
 
#tabs a {
	display:block;
	background:url("right.gif") no-repeat right top;
	padding:4px 5px 4px 1px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}

#tabs a:hover {
	color:#333;
}

#tabs #current, #tabs .currentTab {
	background-image:url("left_on.gif");
}

#tabs #current a, #tabs .currentTab a {
	background-image:url("right_on.gif");
	color:#fff;
	padding-bottom:5px;
}

#horizontalContent div {
	float:left; 
	margin:5px; 
	width:200px; 
	background-color:#fff;
} 

#horizontalContent td {
	border-right:dotted 1px #ccc;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top; 
} 

#horizontalContent img {
	/*margin-left:15px;*/
}

#horizontalContent h3 {
	text-align:center;
	font-weight:bold;
}

/* federal banner */
#divFederalProgramBanner
{
	background: url("/images/caps/content_bg.gif") repeat-y;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
    padding: 10px;
    _padding: 9px;
}

/***********************************************/
				/* tab colors*/
/***********************************************/
.fault #tabs #current { background-image:url("gray_left_on.gif"); }
.fault #tabs #current a { background-image:url("gray_right_on.gif"); }
.tools #tabs #current, .tools #tabs .currentTab { background-image:url("blue_left_on.gif"); }
.tools #tabs #current a, .tools #tabs .currentTab a { background-image:url("blue_right_on.gif"); }
.freetools #tabs #current { background-image:url("blue_left_on.gif"); }
.freetools #tabs #current a { background-image:url("blue_right_on.gif"); }

/***********************************************/
				/* content styles*/
/***********************************************/
#content {
	width:872px; 
	padding:10px;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
	/*background-color:#eeecdd;*/
	background:url(/images/caps/content_bg.gif) repeat-y;
	position:relative;
}

.roundedPanel {	
	background-color:#fff;
	color:black;	
	border:1px solid #CCCCCC;
}

.tabbedPanel {	
	background-color:#fff;
	color:black;	
	border:1px solid #CCCCCC;
}

.panelContent  {
	padding:10px;
}

.boxContent { overflow:hidden; }

.contentSpacer  {
	height:20px;
}

.underline { border-bottom: solid 1px #A9A9A4; }

.text_right { text-align: right; }

table#resources {
	border:1px solid #c4c4c4;
	width:450px;
	margin-top:12px;
	margin-bottom:7px;
	margin-left:12px;
}

table#resources th {
	background-color:#ecebd7;
	text-align:center;
	font-size:14px;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
}

table#resources td {
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;	
	padding:3px;
}

table#resources td a {
	font-size:11px;
	margin-bottom:4px;
}

table#resources td.title {
	font-size:13px;
	padding-left:3px;
	width:150px;
	border-bottom:1px solid #efefef;
	padding-left:4px;
	_color: #666666;
}

table#resources2 {
	border:1px solid #c4c4c4;
	width:600px;
	margin-top:12px;
	margin-bottom:7px;
}

table#resources2 th {
	background-color:#ecebd7;
	text-align:center;
	font-size:14px;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
}

table#resources2 td {
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;	
	padding:3px;
}

table#resources2 td a {
	font-size:11px;
	margin-bottom:4px;
}

table#resources2 td.title {
	font-size:13px;
	padding-left:3px;
	width:150px;
	border-bottom:1px solid #efefef;
	padding-left:4px;
	_color: #666666;
}

table#tutorials_table {
	margin-top:10px;
	background-color:#fff;
	font: 11px Verdana, Arial, sans-serif;
	width:450px;
	border-collapse: collapse;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

table#tutorials_table th {
	text-align:center;
	background-color:#ecebd7;
	font-weight:bold;
	font-size:16px;
	color: #474747;
	height:25px;
	padding-left:5px;
	padding:5px;
}

table#tutorials_table td {
	border-right:1px solid #c4c4c4;
	border-bottom:1px dotted #c4c4c4;
	padding:2px;
}

table#tutorials_table img {
	vertical-align:top;
}

table#tutorials_table tr.eventutorials {
	background-color:#efefef;
	font-weight:bold;
}

h4#tutorials_h4 {
	font:10px Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	color:#474747;
}

ul#bullet_style {
	list-style:none;
	text-indent:2em;
}

ul#bullet_style li {
	list-style-position:outside;
	list-style-type:none;
}

/***********************************************/
				/* font styles*/
/***********************************************/
a, a:active, a:visited { color: #336699; text-decoration: none; }
a:hover  { color: #f99d1c;text-decoration: underline;}
a.orange, a:active.orange, a:visited.orange { color: #f99d1c; text-decoration: none; }
a:hover.orange { text-decoration:underline;	color:#f99d1c; }
a.blue, a:active.blue, a:visited.blue { color: #1d7fa1; text-decoration: none; }
a:hover.blue { text-decoration:underline; color:#1d7fa1; }
a.green, a:active.green, a:visited.green { color: #b6af12; text-decoration: none; }
a:hover.green {	text-decoration:underline; color:#b6af12; }
a.white, a:active.white, a:visited.white { color: #FFF; text-decoration: none; }
a:hover.white { text-decoration:underline;	}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  padding:0 10px;
  font-size:20px;
  color:#666;
  line-height:1.2em;
}

h1 a {
  color:#666;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  padding:0 10px;
  font-size:14px;
  color:#666;
  font-weight: 400;
  /*font-weight: 600;*/
  letter-spacing: -0.02em;
}

h2 a, h2 a:active, h2 a:visited  { color:#666; }

h2 strong  {
  /*color:#FF9900;*/
  font-weight:600;
}

h2.white strong  {
  color:#FFF;
}

h2.topL {
	padding-top:5px;
}

h3 {  
  padding:0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666;
  letter-spacing:-0.01em;
}

h3 a, h2 a:active, h2 a:visited  { color:#666; }

h4  {
  padding:0 10px;
  font-weight: 600;
  margin-left:30px;
  color: #666;
}

h5 {
	color:#666;
	font-weight:bold;
	font-size:12px;
	margin-left:35px;
	padding-top:7px;	
}

p, blockquote { margin:10px 1px; padding: 0 10px; }

em {font-style:italic; }

strong { font-weight:bold; }

.navheaders  { 
  font-family: verdana; 
  font-size:12px; 
  letter-spacing:-.05em; 
  font-variant:small-caps; 
  font-weight:bold;
}

#breadcrumb {
	font-size:11px;
	line-height:15px;
	position:relative;
	left:-180px;
	top:-5px;
}

.breadCrumbNoLHNav
{
	display:inline-block;
    left:0px !important;
}

hr { color:#ccc; background:#ccc; border:0px; height:1px;}
hr.dotted { border-bottom:dotted 1px #ccc;}



/***********************************************/
		   /* Header Row Heights */
/***********************************************/
.one_row { height: 1.5em; }
.two_row { height: 2.5em; }
.three_row { height: 3.75em; }
h3.two_row {}

/***********************************************/
		 /* Horizontal Bar Graphics */
/***********************************************/
.horz_bar_fault { border-bottom:3px solid #f99d1c; }
.horz_bar_config { border-bottom:3px solid #b6af12; }
.horz_bar_tools { border-bottom:3px solid #1d7fa1; }

/***********************************************/
			/* BoxShot Divs */
/***********************************************/
.boxshots_orion { background: url("/images/boxshots/orion_box.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px; }
.boxshots_ipMonitor { background: url("/images/boxshots/ipMonitor.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px; }
.boxshots_cirrus { background: url("/images/boxshots/ncm_lrg.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px; }
.boxshots_toolset { background: url("/images/boxshots/toolset_box.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px; }
.boxshots_toolset_promo { background: url("/images/boxshots/toolset_box_995_online.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px; }
.boxshots_std_toolset { background: url("/images/boxshots/toolset_box.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px;}
.boxshots_kiwi_syslog_server { background: url("/images/boxshots/kiwi_syslog.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px;}
.boxshots_kiwi_cattools { background: url("/images/boxshots/cattools.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px;}
.boxshots_freetools { background: url("/images/boxshots/free_tools.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px;}
.boxshots_LANsurveyor { background: url("/images/boxshots/LANsurveyor.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px;}
.boxshots_LSE { background: url("/images/boxshots/LSE.gif") no-repeat top left; width:110px; height: 120px; margin-left:1px;}
a.boxshots_orion2 { margin-left:10px; position:relative; padding-bottom:110px; margin-bottom: 110px; padding-right: 40px;padding-left: 40px; }
a.boxshots_orion2:hover { text-decoration:none; }
a.boxshots_ipMonitor2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_ipMonitor2:hover { text-decoration:none; }
a.boxshots_cirrus2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_cirrus2:hover { text-decoration:none; }
a.boxshots_LANsurveyor2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_LANsurveyor2:hover { text-decoration:none; }
a.boxshots_toolset2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_toolset2:hover { text-decoration:none; }
a.boxshots_std_toolset2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_kiwi_syslog_server2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_kiwi_cattools2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_std_toolset2:hover { text-decoration:none; }
a.boxshots_freetools2 { margin-left:10px;position:relative;padding-bottom:110px;margin-bottom: 110px;padding-right: 40px;padding-left: 40px; }
a.boxshots_freetools2:hover { text-decoration:none; }

/***********************************************/
			/* Etc. */
/***********************************************/
#footer  
{
	_position:relative;
	_display:inline;
	width: 895px;
	margin-bottom:10px;
	text-align:center;
	float:left;
}

#footer p {
	font-size:11px;
}

#footer #links {
	padding:10px 0;
	width: 892px;
	background:#f3f3f3;
	border:1px solid #ccc;
	text-align:left;
	margin-bottom:10px;
	float:left;
}

#footer #links .links_col_200 {
	float:left;
	width:200px;
}

#footer #links .links_col_190 {
	float:left;
	width:190px;
}

#footer #links .links_col_160 {
	float:left;
	width:160px;
}

#footer #links .links_col_140 {
	float:left;
	width:140px;
}

#footer #links #search_terms {
	clear:both;
	margin-top:10px;
	width:893px;
	border-top:1px solid #ccc;
	padding-top:10px;
}

#footer #links a {
	color:#666;
	text-decoration:none;
}

#footer #links a:hover {
	text-decoration:underline;
}


#footer ul  {
	margin: 1.12em 0; 
	margin-left: 30px;
	margin-top: 0; 
	margin-bottom: 0
}

#footer ul li {
	list-style-type: disc;
}

ol {
	list-style:decimal;
	margin-left:40px;
}

ol li {
	list-style-type:decimal;
}

ul.number {
	list-style-type:decimal;
}

li.number {
	list-style-type:decimal;
}

a.thwack_link {
	padding-top:50px;
	margin-top:-25px;
	position: absolute;
	width:140px;
	padding-right:150px;
}

a.thwack_link:hover {
	text-decoration:none;
}

#read_here {
	margin-left:40px;
	padding-bottom:10px;
}

.desc_button {
	padding-top:4px;
}

h2.topL_promo {
	width:435px;
}

* html h2.topL_promo {}
*first-child+html h2.topL_promo {}

h1.fed {
	width:635px;
}

* html h1.fed {}
*first-child+html h1.fed {}

#nfr_table {
	width:600px;
	margin-left:20px;
	padding:2px;
}

#nfr_table td {
	padding-bottom:2px;
	vertical-align: top;
}

#tblProducts {
	width:650px;
	margin-left:15px;
}

#tblProducts td {
	border-bottom:1px solid #efefef;
	padding:2px;
}

#tblProducts th {
	margin-left:-20px;
	font-weight:bold;
	background-color:#eeecdd;
	padding:2px;
}

.form_container {
	background-color: #eeecdd;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding: 4px;
	padding-right:10px;
	width:650px;
}

.form_container_header {
	font-size: 14px;
	font-weight: bold;
}

.form_container td {
	padding:5px;
}

.form_subcontainer {
	background-color: #eeecdd;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-left:10px;margin-right:10px;
	margin-top:10px;
	padding: 4px;
	padding-right:10px;
	width:315px;
}

.form_subcontainer td {
	padding:5px;
}

.clearBoth { clear:both !important; height:0px !important; padding:0px !important; margin:0px !important; overflow:hidden; }

/***********************************************/	
		  /* customer portal styles */
/***********************************************/
#cust_portal_buttons {
	margin-left: 10px;
}

#cust_portal_buttons ul { list-style-type:none; }

#cust_portal_right_mod {
	float: right;
	margin-right: 10px;
}

#cust_portal_bottom_mod {
	float: none;
	margin-left: 10px;
}
#components_table {
	width:500px;
	margin-left:20px;
}

#components_table td {
	border:1px solid #ccc;
	padding:3px;
}

#components_table th {
	padding:3px;
}

.textField {
	width:200px;
}

#form_column {}

#form_column .column {
	position:relative;
	float:left;
}

ol#form_column1 {
	width:400px;
	right:10px;
	padding-right:5px;
}

ol#form_column1 li {}

ol#form_column2 {
	width:400px;
	margin-right:-310px;
}

ol#form_column2 li {}

#form_fields {
	float:left;
}

/* ERROR.HTM STYLES */

.epLeftCol { float:left; width:440px; font-size:12px; }
.epRightCol { float:left; width:340px; margin-left:57px; }
.epLeftCol ul { margin-top:23px; }
.epLeftCol ul li { list-style-type:none; font-weight:bold; }

/**/

/* FAQ STYLES */

ul.faqNavUL { margin-left:28px; margin-bottom:10px; }
ul.faqNavUL li { list-style-type:disc; }
.faqItem { padding-bottom:20px; padding-top:20px; border-bottom:dotted #f99d1c 1px; }
.faqItem p { padding-left:25px; }
p.question { background:transparent url("/images/icons/question.jpg") no-repeat 0px 2px; padding-left:25px; font-weight:bold; }
p.answer { background:transparent url("/images/icons/answer.jpg") no-repeat 0px 2px; padding-left:25px; }

/**/

/***MAC OS Opera Buttons wrong display fix (TT#118)***/
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) 
{
    input { padding:2px;}
}

/*Feedback page TextArea*/
textarea#txtComments
{
	font: 12px arial;
	overflow:auto;
	/*For Firefox 2+*/
	width:497px;
	/*For IE6 and Lower */
	_width : 546px;
}
/*For Safari*/
body:last-child:not(:root:root) textarea#txtComments {
	width:493px;
	min-width:450px;
	max-width:550px;
	min-height:150px;
	max-height:250px;
}
/*For IE7+*/
*+html textarea#txtComments {width:543px;}
/*For Opera*/
html:first-child textarea#txtComments {width:471px;}
/*End Feedback*/

/* Products bottom register div */
.orionBottomRegisterDiv
{
	text-align:right; 
	position:relative; 
	bottom:-20px;
	_bottom: -22px; 
	right:-11px; 
	z-index:1000;
}

/*For IE7+*/
*+html .orionBottomRegisterDiv {bottom:-22px;}
/* End Products bottom register div */

table.supportRegisterTable
{
    margin-left: 15px;
}

td.supportRegisterColumn
{
    width: 150px;
}

/*Support H3 look */
h3.supportFAQQuestion
{
    font-size:11px;
    font-weight:bold;
}

.addthisMasterLHContainer
{
	position:relative;float:right;top:-5px;
}

.addthisMasterContainer
{
	float:left;
	position:relative;
	top:-3px;
}

.underlineFeatures {font-size:14px;border-bottom: solid 1px #A9A9A4; }

/* modal windows styles */

 #calltoActionLink {top:0;left:0;margin:30px 0 0 108px;border:solid 0px #00F;text-align:center;color:#FFF;font-weight:bold;z-index:200;height:22px;font-size:12px;font-family:arial;line-height:21px;display:table-cell;}
 #calltoActionLink a:link, #calltoActionLink a:visited, #calltoActionLink a:hover, #calltoActionLink a:active {color:#FFF;text-decoration:underline;}
 #calltoActionLink .modalBTN {vertical-align:middle;padding-right:6px;}
 
 /* Girnar sidebar for search page */
#sidebar
{
	float: right;
	width: 250px;
}
#sidebar li
{
	list-style-type: none;
	margin-left: 15px;
	margin-top: 4px;
}
#sidebar li a
{
	background-image: url( "../uploadedimages/home/arrow.gif" );
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-family: Arial,Verdana,Geneva;
	font-size: 12px;
}
.relatedsearch
{
	margin-top: 0px;
}
.recentsearch
{
	margin-top: 25px;
}


/* footer AB test version B */
.clear 
{
  clear:both;
}
    
/* bottom menu */
.bottomMenu li li.userContent p
{
	margin-left:-20px;
	color:#666666;
}

.bottomMenu
{
  background: #f3f3f3;
  border: solid 1px #ccc;
  border-top: none;
  padding: 10px;
  color: #666666;
}

.bottomMenu .separator
{
  width: 1px;
  height: 745px;
  background-color: #cccccc;
  margin-left: 20px;
  margin-right: 20px;
}

.bottomMenu .box
{
  float: left;
}

.bottomMenu .leftColumn
{
  width: 250px;
  padding-left: 10px;
}

.bottomMenu .middleColumn
{
  width: 290px;
}

.bottomMenu .rightColumn
{
  width: 275px;
}

.bottomMenu h2
{
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
}

.bottomMenu h2, .bottomMenu h2 a, .bottomMenu h2 a:visited, .bottomMenu h2 a:active, .bottomMenu h2 a:hover
{
  color: #f99d1c;
  text-decoration: none;
}

.bottomMenu p
{
  margin: 0;
  padding: 0;
}

.bottomMenu p.title
{
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
}

.bottomMenu p.title, .bottomMenu p.title a, .bottomMenu p.title a:visited, .bottomMenu p.title .bottomMenu a:active
{
  color: #333333;
}

.bottomMenu ul
{
  margin-left: 20px;
  list-style-type: disc;
}

.bottomMenu ul a, .bottomMenu ul a:visited, .bottomMenu ul a:active
{
  color: #666666;
}

.bottomMenu li
{
  font-size: 11px;
}

.bottomMenu p.viewLink
{
  margin-top: 40px;
  text-align: right;
}

.bottomMenu p.viewLink a, .bottomMenu p.viewLink a:visited, .bottomMenu p.viewLink a:active
{
  color: #666666;
}

.bottomMenu div.product
{
  margin-left: 10px;
  margin-bottom: 10px;
}

.bottomMenu div.product a
{
  color: #1D7FA1;
  text-decoration: underline;
}

.bottomMenu div.product strong a, .bottomMenu div.product strong a:visited, .bottomMenu div.product strong a:active
{
  color: #333333;
  text-decoration: none;
}

.bottomMenu div.product strong a:hover
{
  text-decoration: underline;
}

.bottomMenu li.userContent p {
    margin: 0;
    padding: 0;
}

/* bottom quicklinks */
.bottomQuicklinks {
    margin-top: 10px;
    text-align: center;
}

.bottomQuicklinks a {
    text-decoration: none;
}

.bottomQuicklinks a:hover {
    text-decoration: underline;
}

.footer {
    color: #666666;
    text-align: center;
}
