a:link, a:visited, a:active {
 text-decoration: none;
 color: #006699;
}
a:hover {
 text-decoration: underline;
 color: #000000;
}
a.external-link-new-window img {
 border: 0;
}
a.internal-link img {
 border: 0;
}

body, html {
 background-color: #e5e5e5;
 color: #333333;
 margin: 10px 0px 0px 0px;
}

ul {
 list-style-image: url(/typo3/sysext/cms/tslib/media/bullets/dot.gif);
}

#contents {
 background-color: #ffffff;
 width: 905px;
}

#contents-store {
 background-color: #ffffff;
 width: 990px;
}

#contents td {
 padding: 4px;
}

.align-left {
 text-align: left;
}
.align-center {
 text-align: center;
}
.align-right {
 text-align: right;
}