﻿/*   * {
  margin : 0;
  padding : 3;
}              */

/* --------------------------------------------------- */
/* Adds slidebar to Firefox to prevent page shifting   */
     html { min-height: 100%; margin-bottom: 1px; }
/* --------------------------------------------------- */

p { 
  padding : 0;
} 

/* --------------------------------------------------- */
/*                 Link Color Combinations             */
     a:link {color: #000000}
     a:visited {color: #336699}
     a:active {color: #336699}
     a:hover {color: red}
/* --------------------------------------------------- */

.img { 
  margin-right : 13px;
} 

ul {
  margin-left : 20px;
  font-size : 13px;
  list-style-image : url('2_grx/blue_dot.jpg');
}

td {
  font-size : 15px;
}


/* --------------------------------------------------- */
/*       Sets up the Background Image (Framing)        */
/* --------------------------------------------------- */

body { 
  background : #d6d6d6 url('../2_grx/2_border.gif') repeat-y top center;
  color : #333333; 
  font-family : century gothic, arial, verdana, tahoma;
  font-size : 13px; 
  padding : 0; 
  margin : 0; 
  width : 776px; 
  text-decoration : none; 
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  } 


/* --------------------------------------------------- */
/*                General Page Format                  */
/* --------------------------------------------------- */

#content_press { 
  background-color : white;
  width : 700px;
  font-family : arial, verdana, tahoma;
  font-size : 13px;
  margin : 0;
  padding : 0;
  text-align : left;
  display : table;
} 

/* --------------------------------------------------- */
/*                    BACK BUTTON                      */
/* --------------------------------------------------- */

#back_button {
  color : black;
  color : #336699;
  color : blue;
  text-decoration : none;
  font-family : century gothic, arial, verdana, tahoma;
  font-size : 13px;  
/*font-style : italic; */
/*font-weight : bold; */
  cursor : pointer;
}


/* --------------------------------------------------- */

.topic_color { 
  color : #ff0000;
  color : blue;
  color : #ff0000;

  text-decoration : none;
}


