/* ¾¾Ç» ¹®¼­ ½ºÅ¸ÀÏ½ÃÆ® */
/* The CPU Documentation stylesheet */
body {
        font: 13px ±¼¸²;
        color: #000000;
        background: #ffffff;
}
td {
	font: 13px ±¼¸²;
	background: #ffffff;
	line-height: 110%;
}
a:visited, a:link {
        color:#0033ff;
        text-decoration: none;
}

a:active {
        color: #0099ff;
        text-decoration: none;
}
a:hover {
	color: #cc5599;
        text-decoration: none;
}
.note {
	text-align: left;
	border: solid 1px #55aa88;
}
.tip, .caution, .important {
	text-align: left;
	color: #004455;
}
.warning {
	text-align: left;
	color: #442200;
	/*
	border: solid 1px #aa5500;
	*/
}
img {
	border: 0;
}
.screen {
	background: #ddddee;
	border: solid 1px #7777aa;
	padding: 5px;
}
.programlisting {
	background: #eeeeff;
	border: solid 1px #aaaaff;
	padding: 5px;
}
.emphasis {
	color: #005500;
}
b {
	text-decoration: bold;
	color: #000055;
}
.navheader, .navfooter {
	color: #0033aa;
}
.abstract {
	background: #eeddbb;
	padding: 5px;
}
