a.part {
    text-decoration:none;
    color:#000000;
}
a.home, a.home:Hover, a.home:Visited, a.home:Active {
	color: #0000FF;
    text-decoration: none;
    font-size: 24px;
}
body {
    font-family: Arial;
    font-size:16px
}
div#container {
/*
    width:800px;
*/
    width:100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div.content {
    text-align: center;
    width:790px;
    margin-left: auto;
    margin-right: auto;
}
div.head {
    text-align: center;
    padding-bottom:25px;
}
div.body {
    text-align: justify
}
div.left {
    float: left;
}
div.right {
    float: right;
}
h1,h2,h3,h4,h5 {
    display: inline;
}
h1 {
    color: #FF9900;
}
h2 {
    color: #FF6600;
}

p#home {
	color: #0000FF;
	font-size: 24px;
}
