/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

html {
  background: url('/images/bg_ar_web.gif') repeat-y top left !important;
  background: #CECECE !important;
	font-color: #7f8c8d !important;
	background-image: -webkit-radial-gradient(100% 100%,center,#fff,#fff) !important;
	background-image: radial-gradient(100% 100% at center,#fff,#fff) !important;
}

.read_bg {
  background: rgba(20, 159, 157, 0.1) !important;
  /*background: rgba(200, 100, 100, 0.50) !important;*/
  /*background: #CECECE ; /* The Fallback */
  margin: 20px, 10px, 10px, 10px;
  padding: 25px;
  width: 95%;
  border: 1px dotted #666699;
  color: #B4B4B4 !important;
}

.my_page_style {
  background: rgba(10, 10, 200, 0.1);
  /*background: rgb(10, 10, 100); /* The Fallback */
  margin: 20px, 10px, 10px, 10px;
  border: 1px dotted #666699;
}

h1{
  color: #B4B4B4 !important;
}
h2{
  color: #B4B4B4 !important;
}
h3{
  color: #B4B4B4 !important;
}
h4{
  color: #B4B4B4 !important;
}
h5{
  color: #B4B4B4 !important;
}
h6{
  color: #B4B4B4 !important;
}
