/*
* Copyright (C) 2008 Office Kai
*
*/
body,td,tr,a,div{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#FFFFFF;
	color:#000000;
}
a:link{
	color:#0000FF;
	text-decoration:none;
	cursor:pointer
}
a:visited{
	color:#CC66FF;
	text-decoration:none;
	cursor:pointer
}
a:hover{
	color:#3399FF;
	text-decoration:none;
	cursor:pointer
}
a:active{
	color:#FF0000;
	text-decoration:none;
	cursor:pointer
}

a.amazon:link,visited,hover,active{
	color:#FF0000;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold
}
a.amazon:hover,active{
	color:#0000FF;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold
}


abbr{
	color:#FF9900;
	font-weight:bold
	}
	
	
h2.title, div.title2{
	color:#0000FF;
	font-weight:bold;
	font-size:18px
}

h3.title, div.title3, a.title3{
	color:#0066FF;
	font-weight:bold;
	font-size:16px
}

h4.title, div.title4, a.title4{
	color:#9999ff;
	font-weight:bold;
	font-size:14px
}

pre.code {
    border: 1px solid gray;
    padding:3;
    background-color: #FDF8F0;
    white-space: pre;
    width: 100%
}
span.bf{
	color:#3333FF;
	font-weight:bold
}
span.bt{
	color:#9999FF;
	font-weight:bold
}
div.c{
	text-align:center
}
div.l{
	text-align:left
}
div.r{
	text-align:right
}
div.footer{
	font-size:12px;
	text-align:center
}

