﻿/*Css Style Sheet*/

/*--declare Body element tag style--*/
.euro {
    font-family: Eurostile, Serif, Sans-Serif;
    font: Eurostyle;
    text-align: justify;
    background-color: #FFFFE6;
    border: 2px red groove;
}

/*--declare initial Div element tag 'no horizontal slider bar' container division rule here--*/
.noHorizSlider  {
    margin-left: 3%;
    margin-right: 3%;
    padding: 0.5em;
    height: 100%;
}

/*--declare Abbr element tag style--*/
.abrv  {
    font-style:oblique;
    font-size:105%;
    font-weight:bold;
    color:#CC0000;
}
