a { text-decoration: none; color:#1975ba; }
a:hover, a:active { text-decoration: underline; color: #abd5f4;}
a:visited { color:#13598d;}

html,body { 
	height:100%;
	min-height: 100%;
}
body {   
  /* MSIE 5 doesn't center based on auto left/right margins, 
  but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'wrapper'
	 element itself. This prevents negative (i.e. inaccessible)
	 left-margins in narrow browser windows when using 
	 Navigator 6+/Mozilla on Win32: */
  min-width: 600px;
  /*background: #EFEFEF url('img/pixel-gray.gif') repeat;*/
  background-color:#000;
  margin: 0;
  padding: 0;

  font: 12px/15px Verdana, Arial, Tahoma;
}
#container { 
  width: 600px;
  height: 100%;
  min-height: 100%;
  
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: left; 
  
 /* Set left and right margins to auto, thus centering the element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;
  
  background-color: #ffffff;
}
#container .interior{ 
  padding: 20px 20px 0 20px;
}
hr { width: 100%; line-height: 80%; }
h1 { font-size: 30px; line-height: 40%; letter-spacing: -2px; font-weight: 900; padding:0;margin:0; }
p { font-size: 10px; padding-left: 10px;}
p span.no { display:none; }

img { border: 1px solid #000; }
a img { border: none; }
.right { float: right; margin-left: 20px; }
ul li { font-size: 15px; margin-bottom: 5px; }



  /*
  Images are wrapped in divs classed "flickr_badge_image" with ids
  "flickr_badge_imageX" where "X" is an integer specifying ordinal position.
  Below are some styles to get you started!
  */
  #flick { width:600px;}
  #flickr_badge_wrapper {padding:10px 0 10px 0;}
  .flickr_badge_image {margin:0 10px 10px 10px;padding:10px;}
  .flickr_badge_image img {border: 1px solid black !important;}
  #flick_source {text-align:left; margin:0 10px 0 10px;}
  #flickr_badge_icon {float:left; margin-right:5px;}
  #flick a:hover,
  #flick a:link,
  #flick a:active,
  #flick a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
  #flickr_badge_wrapper {background-color:#ffffff;}
  #flick_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
  #flick div.flickr_badge_image { display: inline-block; }
  
  .table { display: table; }
.row { display: table-row; }
.cell { display: table-cell !important; }
