﻿@import url("reset.css");
@import url("left.css");
@import url("body.css");
@import url("footer.css");

* { font-family: Trebuchet MS, "Lucida Grande", Arial, sans-serif; }
html
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
}
body#index,
body#access
{
	background-color: #000;
	color: #efefef;
}
body#profile
{
	background-color: #a5a2a5;
	color: #f1f1f1;
}
body#link
{
	background-color: #333;
	color: #f1f1f1;
}
body#works
{
	background-color: #fff;
	color: #000;
}
body#diary
{
	background-color: #fff;
	color: #555;
}

a { text-decoration: underline; }
body#profile a, body#link a { color: #f1f1f1; }
body#works a, body#diary a { color: #444; }
body#index a, body#access a { color: #efefef; }

a:active,
a:hover { text-decoration: none; }
a img { border: 0; }
hr { display: none; }
.non-visual { display: none; }
