@charset "euc-jp";

body {
	background-color: #ccccff;
	color: black;
}

a {
	text-decoration: none;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: underline;
}
a:hover {
	color: #aa0000;
	border-color: #aa0000;
	border: dotted 1px;
	text-decoration: none;
}

p {
	margin: 0.5em;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}

strong {
	font-weight: bold;
}

dl {
	margin-left: 3em;
}

h1 {
	font-size: xx-large;
	color: blue;
	font-weight: bold;
	border: 1em;
	border-left: solid 0.5em;
	border-bottom: solid 2px;
	border-color: #5555ff;
}
h2 {
	font-size: large;
	color: #2222ff;
	font-weight: bold;
	border: 2px;
	border-bottom: solid 1px;
	border-color: #8888ff;
}

img {
	border-style: none;
}

address {
	font-style: italic;
}

/* [ End of File ] */
