/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 15, 2023, 9:43:14 PM
    Author     : COOL
*/
body{
	background-color: #f4f4f4;
}

a {
	text-decoration: none;
}

._error{
	color: red;
}

.md_success{
	color: blue;
}
