body {
font-family:Arial, Helvetica, sans-serif;
}

/* NORMAL GÖRÜNÜM */
    .yuvarlak {
        width: 250px;
        background: #5b9400;
		cursor: pointer;
    }
    .yuvarlak .ort {
        font: normal 12px/18px Helvetica;
        text-align: justify;
        color: #fff;
		height:250px;
        padding: 0 20px
    }
    .yuvarlak .ust { 
        background: url(corner.png) left 0px no-repeat
    }
    .yuvarlak .alt {
        background: url(corner.png) left -15px no-repeat
    }
    .yuvarlak .ust div {
        height: 15px;
        background: url(corner.png) right -30px no-repeat
    }
    .yuvarlak .alt div {
        height: 15px;
        background: url(corner.png) right -45px no-repeat
    }	
	
	/* MOUSE OVER */
    .yuvarlak:hover {
        width: 250px;
        background: #906b0d;
    }
    .yuvarlak:hover .ort{
        font: normal 12px/18px Helvetica;
        text-align: justify;
        color: #fff;
		height:250px;
        padding: 0 20px
    }
    .yuvarlak:hover .ust { 
        background: url(corner-over.png) left 0px no-repeat
    }
    .yuvarlak:hover .alt {
        background: url(corner-over.png) left -15px no-repeat
    }
    .yuvarlak:hover .ust div {
        height: 15px;
        background: url(corner-over.png) right -30px no-repeat
    }
    .yuvarlak:hover .alt div {
        height: 15px;
        background: url(corner-over.png) right -45px no-repeat
    }
	
	
	a {
	text-decoration:none;
	}
	
	h1 {
	font-size:16px;
	}
	
	
			/* MOUSE OVER */
    .install {
        background: #FF6600;
		color:#FFFFFF;
		font-size:24px;
		cursor:pointer;
    }
    .install .ort{
        font: normal 12px/18px Helvetica;
        text-align: justify;
        color: #fff;
		height:20px;
        padding: 0 20px
    }
    .install .ust { 
        background: url(install.png) left 0px no-repeat
    }
    .install .alt {
        background: url(install.png) left -15px no-repeat
    }
    .install .ust div {
        height: 15px;
        background: url(install.png) right -30px no-repeat
    }
    .install .alt div {
        height: 15px;
        background: url(install.png) right -45px no-repeat
    }
	
	
		/* MOUSE OVER */
    .install:hover {
        background: #337DEC;
		color:#FFFFFF;
		font-size:24px;
    }
    .install:hover .ort{
        font: normal 12px/18px Helvetica;
        text-align: justify;
        color: #fff;
		height:20px;
        padding: 0 20px
    }
    .install:hover .ust { 
        background: url(corner.png) left 0px no-repeat
    }
    .install:hover .alt {
        background: url(corner.png) left -15px no-repeat
    }
    .install:hover .ust div {
        height: 15px;
        background: url(corner.png) right -30px no-repeat
    }
    .install:hover .alt div {
        height: 15px;
        background: url(corner.png) right -45px no-repeat
    }
	h1 {
	line-height:25px;
	}
