/***************************************************
* Cascading Style Sheets for Access Knowhow 
****************************************************/


a:hover
{
  text-decoration: none;
  color: red;
}

a.hilite:hover
{
  color: yellow;
  background: red;
}

body
{
  background-color: white;
  scrollbar-face-color: #0598DD;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #6C8DDF;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: #85A2E7;
  scrollbar-track-color: #DFDFDF;
  scrollbar-arrow-color: #FFFFFF;
  margin: 0 0 0 0;
  font-family: Tahoma,Verdana;
  font-size: 76%; /* 8pt */
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}

h1
{
  font-family: HGP‘n‰pŠpºÞ¼¯¸UB;
  color: #000080; 
  margin-bottom: -5px;
}
h1 a:link { color: #000080; text-decoration: none;}
h1 a:visited { color: #000080; text-decoration: none;}

center
{
  color: #000080; 
}

h3
{
  font-family: HGP‘n‰pŠpºÞ¼¯¸UB;
  color: #000080; 
}
h3 a:link { color: #000080; text-decoration: none;}
h3 a:visited { color: #000080; text-decoration: none;}
/*
p
{
  font-family: "‚l‚r ‚o–¾’©";
  font-size: x-small;
}

p.xxsmall
{
  font-size: xx-small;
}

p.xsmall
{
  font-size: x-small;
}

p.small
{
  font-size: small;
}

p.medium
{
  font-size: medium;
}

p.large
{
  font-size: large;
}

p.xlarge
{
  font-size: x-large;
}

p.xxlarge
{
  font-size: xx-large;
}
*/


/*
th
{
  font-family: "‚l‚r ‚o–¾’©";
  font-size: 80%;
  font-weight: medium;
}

td
{
  font-family: "‚l‚r ‚o–¾’©";
  font-size: 80%;
  font-weight: medium;
}
*/

/*
.scroll
{
  font-family: "‚l‚r ƒSƒVƒbƒN"; 
  font-size: 90%;
  background: #0066FF; 
  position: absolute;
  width: 100;
  height: 0;
  top: 20;
  left: 20;
  clip: rect(0 100 100 0);
}
*/

/* css for Ajax */
span.hide
{
  display: none;
}
span.show
{
  display: inline;
}

/* css for adsense */
td.adsenseBody
{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN";
  font-size: 10pt;
  text-align: left;
  padding-left: 76px;
}

a.adsenseLink:link
{
  text-decoration: none;
}
a.adsenseLink:visited
{
  text-decoration: none;
}
a.adsenseLink:hover
{
  text-decoration: none;
}
span.adsenseLink
{
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}
span.adsenseText
{
  color: #000000;
}
span.adsenseUrl
{
  color: #000000;
  font-size: 8pt;
}

/**************************************************
* End of CSS
***************************************************/