/* csca-tit.css - P, H1, H2, H3, A, H4 A, BR, BODY, HR styly */

 
 A 		{color:#000080; font-size:1em; font-weight:bold;font-family:Arial; text-decoration:none;margin-left: 5px}
 A:active 	{color:green; font-size:1em; font-family:Arial; text-decoration:none;margin-left: 5px}
 A:hover 	{color:red; font-size:1em; font-weight:bold; text-decoration:none;margin-left: 5px} 
 P 		{color:black; font-size:1em; font-family:Times-Roman; text-decoration:none;}
 .hd 		{color:black; font-size:0.9em; font-family:Times-Roman; font-weight:bold; text-decoration:none;}
 A.big          {color:#000080; font-size:1.2em; text-decoration:none; font-weight:bold}
 A.big:hover    {color:red; font-size:1.2em; text-decoration:none; font-weight:bold}
 A.large        {color:#000080; font-size:1.5em; text-decoration:none; font-weight:bold}
 A.large:hover  {color:red; font-size:1.5em; text-decoration:none; font-weight:bold}
 .title      {font-size:1.3em; font-family:serif;font-weight:bold; text-decoration:none;}
 P.inact      {font-size:1em; color:#999999; font-family:sans-serif;font-weight:normal; font-style:normal; text-decoration:none; text-indent:0.8em}
 P.small      {font-size:0.8em; color:#333333; font-family:sans-serif;font-weight:normal; font-style:normal; text-decoration:none; text-indent:0.8em}

body {
  background-color: #7db4d8; /* fallback color if gradients are not supported */
  background: -webkit-linear-gradient(top,hsl(56, 86%, 92%), #ebdd21); /* For Chrome 25 and Safari 6, iOS 6.1*/ 
  background:linear-gradient(to bottom, hsl(56, 86%, 92%), #ebdd21); /* IE10+ CSS styles go here */
  background: linear-gradient(top, hsl(56, 86%, 92%), #ebdd21); /* standard */
}

.dv {
    background: #ffffff;
    border-radius: 30px;  
    box-shadow: 5px 5px 5px #888888;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.dv2 {
    border: 0px solid #a1a1a1;
    background-color: #eeeeee; /* fallback color if gradients are not supported */
    background: -webkit-linear-gradient(top,hsl(56, 86%, 92%), #ebdd21); /* For Chrome 25 and Safari 6, iOS 6.1*/ 
    background:linear-gradient(to bottom, hsl(56, 86%, 92%), #ebdd21)); /* IE10+ CSS styles go here */
    background: linear-gradient(top, hsl(56, 86%, 92%), #ebdd21); /* standard */
    border-radius: 5px;  
    box-shadow: 5px 5px 5px #888888;
     padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.dv3 {
    border-radius: 15px;  
     box-shadow: 3px 3px 3px #888888;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.dvs {
    box-shadow: 5px 5px 5px #888888;
}
.th {
    background-color: green;
 }
 
