/*Raviv's test CSS code for website*/
/*>>>>>>>>>>>>>> General */
body {
    cursor: crosshair;
}

p {
	margin:0; /*set to 0 to reset browser defaults*/
	padding:0;
}

a { text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    color:inherit;}
    a:visited {color: #999999;} 
    a:hover {color: #333333;} 
    a:focus {color: #333333;} 
    a:active {color: #009900;}

/*>>>>>>>>>>>>>>> Classes */
#column1 {
/*top, right, bottom, left*/
margin: -1em 20% 2em 40%;
padding: 2px 2px 2px 2px; 
border: 1px solid white; 
background: yellow;
color: black;
opacity: 0.5;
}
/* local link def */
#column1 a:link {color: #009900;} 
#column1 a:visited {color: #999999;} 
#column1 a:hover {color: #333333;} 
#column1 a:focus {color: #333333;} 
#column1 a:active {color: #009900;}

/*>>>>>>>>>>>>>>> Elements */
/*>>> PageBackground */
.noMarginBlack {
    background-color: black;
    padding: 0; border: 0; margin: 0; 
}

/*>>> TopBar */
.topNav {
  overflow: hidden;
  background-color: #333;
}

.topNav a {
  float: right;
  color: darkgray;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
}

.topNav a:hover {
  background-color: #ddd;
  color: black;
}

.topNav a.active {
  background-color: #696969;
  color: white;
}

/*>>> Text */

.webTitleLeft {
    float: left;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    padding: 0px 12px;
    text-decoration: none;
    /*text-decoration: line-through;*/
}

.webTitleRight {
    float: right;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: right;
    padding: 0px 12px;
    text-decoration: none;
    /*text-decoration: line-through;*/
}

.textLeft {
    float: left;
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: left;
    padding: 0px 16px;
    text-decoration: none;
    /*text-decoration: line-through;*/
}

.textRight {
    float: right;
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: right;
    padding: 0px 16px;
    text-decoration: none;
    /*text-decoration: line-through;*/
}

.textRightSmall {
    color: inherit;
    font-size: 10px;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: right;
    background: #77A009;
}
.textRed {
    color: #FF0000;
    font-size: 30px;
    letter-spacing: -4px;
    word-spacing: 9px;
    background: white;
}