@charset "utf-8";
/* CSS Document */
body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 8px;
    font-weight: 400;
	line-height: 1.5;
	background-color: #ffcc66;
	text-align: left;
}
.red { color: red}
.green { color: green} 
.white { color: white}
.purple { color: purple}
.blue { color: blue}
.tex { font-family: Arial, Helvetica, sans-serif; font-size: 10pt } 
p	{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
} 
a:hover, a:active {
  background-color: #ffcc66;
}
h1	{ font-family: Arial, Helvetica, sans-serif; font-size: 20pt } 
h2	{ font-family: Arial, Helvetica, sans-serif; font-size: 24pt } 
h3	{ font-family: Arial, Helvetica, sans-serif; font-size: 36pt } 
h4  { font-family: Arial, Helvetica, sans-serif; font-size: 48pt } 
h5	{ font-family: Arial, Helvetica, sans-serif; font-size: 60pt }
h6	{ font-family: Arial, Helvetica, sans-serif; font-size: 72pt } 
h7	{ font-family: Lucida Handwriting, Cursive; font-size: 36pt }
h8	{ font-family: Lucida Handwriting, Cursive; font-size: 48pt } 

h1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;}  

img {
  border: 1px solid #ffffff;
  border-radius: 50%;
}

   #rcorners1 {
  border-radius: 10px;
  border: 1px solid #008000;
  background: #E5D9C5;
  padding: 10px; 
  width: 160px;
  height: 20px;
}
    #rcorners2 {
  border-radius: 10px;
  border: 1px solid #008000;
  background: #E5D9C5;
  padding: 10px; 
  width: 160px;
  height: 20px;
}
    #rcorners3 {
  border-radius: 10px;
  border: 1px solid #FF0000;
  background: #E5D9C5;
  padding: 10px; 
  width: 160px;
  height: 160px;
}   
    #rcorners4 {
  border-radius: 10px;
  border: 1px solid #008000;
  background: #E5D9C5;
  padding: 10px; 
  width: 160px;
  height: 30px;
} 
	    #rcorners5 {
  border-radius: 10px;
  border: 1px solid #FF0000;
  background: #E5D9C5;
  padding: 10px; 
  width: 160px;
  height: 20px;
}

    .wrapper {
  position: relative;
}
    .text3-box {
  position: absolute;
  z-index: 2;
  width: 20%;
  left: 360px;
  top: 2em;
  height: 2em;
  opacity: 0.9;
}
.text1-box {
  position: absolute;
  z-index: 3;
  width: 20%;
  left: 60px;
  top: 2em;
  height: 2em;
  opacity: 0.9;
}
.text2-box {
  position: absolute;
  z-index: 2;
  width: 20%;
  right: 60px;
  top: 2em;
  height: 2em;
  opacity: 0.9;
}







