
.ortu{
	background-color: #777777;
}

.ortu .anak{
	background-color: #FF9900;

}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

div{
	border: 1px solid black;
	padding :10px;
}

.logo{
	width:75px;
	height:75px;
}

.judul{
	font-size: 40px;
	color:black;
 	box-sizing:border-box;
}

.header{
	width:100% !important;
	box-sizing:border-box;
}


.subheader{
	width:100%;
	box-sizing:border-box;
	text-align: center;
}


div.ortu div.menu{
	display:inline-block;
	width:20%;
	box-sizing:border-box;
	vertical-align:top;
}

div.ortu div.isi{
	display:inline-block;
	width:80%;
	box-sizing:border-box;
	vertical-align:top;
}

div.anak{
	background-color: red;
	width:100px;
	height:100px;
}

.red{
	background-color: red;
}

.green{
	background-color: green;
}

.blue{
	background-color: blue;
}

.yellow{
	background-color: yellow;
}


.text1{
	color:red;
	
}

.text2{
	color:#009900;
	
}

.text3{
	color:blue;
	
}

.tombol{
	display:block;
}

.tombol1{
	display:inline-block;
}


#Ina{
	background-color: red;
}

#Amirah{
	background-color: green;
}

#Yunira{
	background-color: blue;
}


p1 {
    	color: RGBA(0,156,223,1);
	letter-spacing: 0.5em;
   	 word-spacing: 2em;
   	 line-height: 1.5;
}

p2 {
    	color: navy;	
}


h2 {
   	font-size: 1.5em;
	font-style: italic;
	margin: 0px;
   	padding: 0px;
}

h3 {
   	font-size: 1.5em;
	margin: 0px;
   	padding: 0px;
}	

h5{
	color: RGBA(0,90,130,1);
	text-align: center;
	background-color: RGBA(0,162,232,0.5);
	border-style: solid;
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

.backgroundbiru{
	color: RGBA(0,90,130,1);
	background-color: RGBA(0,162,232,0.5);
}

.ratatengah{
	text-align:center;
}

#top {
	color: black;
	background-color: grey;
	padding: 20px;
}

.intro {
	font-size: 20px;
	color: RGBA(0,162,232,0.5);
	font-weight: bold;
	text-align: center;
}

a:link {
    color: blue;
}

a:visited {
    color: purple;
}

a:active {
    color: red;
}

a:hover {
    text-decoration: none;
    color:RGBA(0,162,232,1);
    background-color: RGBA(0,162,100,0.5);
}

input:focus, textarea:focus {
    background: #eee;
}

m {
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	font: italic bold 12px/2 courier;
}

m1 {
    margin: 1px 5px 10px 20px;
}

border {
    border-width: 1px;
    border-color: red;
    border-style: solid;
}

.borderdashed {
    border: 3px navy dashed;
}

.borderdotted {
    border: 3px navy dotted;
}

