ᐥ<link rel='stylesheet' href='/i/c.css'>ᐥ 
iframe,body,center,form,object,table { 
  padding:0px; 
  border-width:0px; 
  margin:0px; 
} 
body { 
  font-family:Arial; 
  line-height:150%; 
} 
 
div,td,select { 
  padding:0.25em 0.5em 0.25em 0.5em; 
} 
div::after { 
  content:""; 
  clear:both; 
  display:table; 
} 
 
table.content { 
  margin:1em 15px 1em 15px; 
} 
td.top { 
  text-align:center; 
  font-weight:bold; 
  border-bottom:1px solid silver; 
} 
td.item {  
  background-color:whitesmoke; 
  border:1px solid white; 
  text-align:right; 
} 
td.bottom { 
  text-align:center; 
  color:silver; 
  border-top:1px solid silver; 
} 
 
a         { text-decoration:none; } 
a:link    { color:dimgray; } 
a:visited { color:dimgray; } 
 
input,textarea { padding:5px; } 
input[type=text],input[type=password] { 
  border-width:0px 0px 1px 0px; 
} 
 
img {  
  max-width:100%; 
  max-height:740px; 
} 
img.full {  
  display:block;  
  height:auto; 
  visibility:hidden; 
} |