body, .ow_bg_color{background-color:#ffffff}
body, html{color:#000077}
.ow_header_pic{background-image:url(https://pacifist.ro/ow_userfiles/themes/theme_image_45.png)}
h1{color:#ffcc00}
a{color:#33cc00}
.ow_logo{background-image:url(https://pacifist.ro/ow_userfiles/themes/theme_image_46.png)}
.ow_footer{background:#333333}
.ow_main_menu li a{color:#cc0000}
.ow_outline, .ow_txt_value{color:#33ffff}
/********************************************************************************
  *
  *     Filename:        base.css
  *     Description:     AA Blue Responsive Theme Base CSS File
  *     Version:         1.0.0
  *
  *     -- FILE STRUCTURE: --
  *
  *     [ 1] CSS Defaults Reset          __reset
  *     [ 2] Clearfix                    __clearfix
  *     [ 3] Base Elements               __base
  *     [ 4] Typography                  __typography
  *     [ 5] Masterpage & Page Layout    __layout
  *     [ 6] Menus                       __menus
  *     [ 7] Pagination                  __pagination
  *     [ 8] Content Items               __content items
  *     [ 9] Common Blocks               __blocks
  *     [10] Forms                       __forms
  *     [11] Tables                      __tables
  *     [12] Standard Listings           __listings
  *     [13] Thumbnails & Icons          __icons
  *     [14] Notifications               __notifications
  *     [15] Default Classes             __default classes
  *     [16] Plugin Styles               __plugins
  *     [17] Misc                        __misc
  *
 ********************************************************************************/
/*========================================================
        [1] CSS Defaults Reset      __reset
  ========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
        margin: 2px;
        padding: 2px;
        border: 1px;
        outline: 1px;
        font-size: 100%;
        vertical-align: baseline;
        background:transparent ;
}/**========================================================================
* ?                                ABOUT
* @author         :  8lackMask
* @email          :  blackcod dorin costin maximuss
* @store          :  https://pacifist.ro/
* @product        :  Remix (theme)
* @version        :  1.0
*========================================================================**/

 .warning {
    color: red;
  }

  .success {
    color: green;
  }

  .info {
    color: blue;
  }
body {
background-color:#fefefa;
font-family : Arial;
font-size: large;
margin: 2px;
padding: 2px;
color:#ffff00;}
body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 20px;
    text-align: center;
    background: #FFFFFF;
    color:
#0000FF;
    padding-top: 15px;
    line-height: 2;
}
td, th {
    font-size: 20px;
    text-align: left;
    line-height: 2;
}
#wrapper {
    margin: auto;
    text-align: left;
    width: 732px;
    position: relative;
    padding-top: 47px;
}