/* This is a stylesheet named "be-dama_base.css". */
/* Here are Basic Style definitions for be-dama site. */

BODY {
/* font-size: 1em; */
}

/* Definition of Hyperlink colored as is */
/* Hyperlink which is not yet visited is underlined */
/* Hyperlink which is already visited is NOT underlined */
A:link {}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
/* A CLASS=red(Definition of Hyperlink colored to Red) */
A.red:link {color: #FE1712;}
A.red:visited {color: #FE1712;text-decoration: none;}
A.red:active {color: #FE1712;}
/* A CLASS=blue(Definition of Hyperlink colored to Blue) */
A.blue:link {color: #0B3D91;}
A.blue:visited {color: #0B3D91;text-decoration: none;}
A.blue:active {color: #0B3D91;}

.alg-center {
text-align: center;
}

SPAN.B {
font-size: 125%;
font-weight: bold;
color: #0B3D91;
text-decoration: underline;
}

SPAN.e {
font-size: 75%;
font-weight: bold;
color: #FE1712;
text-decoration: underline;
}

SPAN.blue {
color: #0000FF;
}

SPAN.red {
color: #FF0000;
}

.index {
font-size: smaller;
}
.whatsnew {
font-size: 125%;
font-style: italic;
font-weight: bold;
text-align: center;
color: #FE1712;
}

.link-center {
text-align: center;
}

.date {
font-style: italic;
font-weight: bold;
color: #0B3D91;
}

DIV.content {
margin-left: 3em;
}

.footnote {
font-size: smaller;
color: #0000FF;
}

.page-footer {
font-size: smaller;
font-style: italic;
color: #0B3D91;
text-align: center;
}

EM.red {
font-style: normal;
font-weight: bold;
color: #FF0000;
}

EM.blue {
font-style: normal;
font-weight: bold;
color: #0000FF;
}

EM.asis {
font-style: normal;
font-weight: bold;
}
