/* PH02_S2-2_F039\style.css */

@import 'import_custom-screen-size_01.css' screen and (max-width:500px);
@import '../../00_General/fonts/FontAwesome6/css/all.css';
@import '../../00_General/fonts/Niconne/webfonts/stylesheet.css';
@import '../../00_General/fonts/IranNastaliq/stylesheet.css';
@import url('../../00_General/fonts/IRANSans/css/fontiran.css');
/* Use In first style line */

/* Media Query Customized css for various screen size */

body {
    background-color: rgb( 46, 43, 73);
    color: rgb(119, 200, 233);
    font-family: IRANSans;
}

h1.title {
    text-align: left;
    direction: rtl;
}

a:link {
    color: cyan;
}

a:visited {
    color: forestgreen;
}

a:hover {
    color: fuchsia;
    text-decoration: underline;
    cursor: crosshair;
}

a:active {
    color: palegreen;
}

a {
    text-decoration: none;
}

p:hover {
    color: orange;
}