﻿html, body
{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
.contents
{
position: absolute;
top: 0;
left: 0;
width: 1000px;
height: 100%;
color: #000000;
font-size: 1em;
font-weight: normal;
}
.elements
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #8B0000;
font-size: 1em;
font-weight: bold;
}
.components
{
color: Black;
font-size: 1em;
font-weight: normal;
}
